Html Css Color HEX #3FA6CF Summer Sky

📋 copy color: '#3FA6CF'

red 63 ◦ green 166 ◦ blue 207

#3FA6CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3FA6CF

Tints of Summer Sky #3FA6CF

RGB

 RED value IS 63 (25% from 255) = 14.45%

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 14.45%
G = 38.07%
B = 47.48%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3FA6CF (or 0x3FA6CF) is known color: Summer Sky. HEX triplet: 3F, A6 and CF. RGB value is (63,166,207). Sum of RGB (Red+Green+Blue) = 63+166+207=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FA6CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA6CF is #C05930. Grayscale: #8B8B8B. Windows color (decimal): -12605745 or 13608511. OLE color: 13608511.

HSL color Cylindrical-coordinate representation of color #3FA6CF: hue angle of 197.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FA6CF is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 166 207 -
CMYK 0.70 0.20 0 0.19
HSL 197.08º 0.6% 0.53% -
HSV(B) 197.08º 0.7% 0.81% -
XYZ 26.95 32.83 63.95 -
YUV 139.88 165.88 73.17 -
System Red Green Blue C M Y K H S L
Decimal 63 166 207 0.70 0.20 0 0.19 197.08 0.6 0.53
Hex 3F A6 CF 46 14 0 13 C5 3C 35
Octal 77 246 317 106 24 0 23 305 74 65
Binary 111111 10100110 11001111 1000110 10100 0 10011 11000101 111100 110101

Color Harmonies of #3FA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA6CF

Black with #3FA6CF

Text Example


Text Example

White with #3FA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,166,207); }

 H1.HeaderClassName
 {
   color: #3FA6CF;
 }
 .AnyTagClassName
 {
   color: #3FA6CF;
 }
</style>

background-color css

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

 a { background-color: rgb(63,166,207); }

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

border-color css

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

 span { border-color: rgb(63,166,207); }

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