#3FD0FF

Color #3FD0FF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3FD0FF

Tints of Summer Sky #3FD0FF

Color information

#3FD0FF (or 0x3FD0FF) is unknown color: approx Summer Sky. HEX triplet: 3F, D0 and FF. RGB value is (63,208,255). Sum of RGB (Red+Green+Blue) = 63+208+255=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FD0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD0FF is #C02F00. Grayscale: #A9A9A9. Windows color (decimal): -12594945 or 16764991. OLE color: 16764991.

HSL color Cylindrical-coordinate representation of color #3FD0FF: hue angle of 194.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FD0FF is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB63208255-
CMYK0.750.1800
HSL194.69º100%62.35%-
HSV(B)194.69º75.29%100%-
XYZ42.6653.39102.66-
YUV170175.9651.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 11.98%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 255 (100% from 255) = 48.48%
R=11.98%
G=39.54%
B=48.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal632082550.750.1800194.6910062.35
Hex3FD0FF4B1200c3643e
Octal77320377113220030314476
Binary111111110100001111111110010111001000110000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FD0FF; }

 p { color: rgb(63,208,255); }

 H1.HeaderClassName
 {
   color: #3FD0FF;
 }
 .AnyTagClassName
 {
   color: #3FD0FF;
 }
</style>
background-color css

<style>
 a { background-color: #3FD0FF; }

 a { background-color: rgb(63,208,255); }

 div.DivClassName
 {
   background-color: #3FD0FF;
 }
 .BgClassName
 {
   background-color: #3FD0FF;
 }
</style>
border-color css

<style>
 span { border-color: #3FD0FF; }

 span { border-color: rgb(63,208,255); }

 td.TdClassName
 {
   border-color: #3FD0FF;
 }
 .TagClassName
 {
   border-color: #3FD0FF;
 }
</style>