Html Css Color HEX #3FA0CE Summer Sky

📋 copy color: '#3FA0CE'

red 63 ◦ green 160 ◦ blue 206

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

Shades of Summer Sky #3FA0CE

Tints of Summer Sky #3FA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 14.69%
G = 37.3%
B = 48.02%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3FA0CE (or 0x3FA0CE) is known color: Summer Sky. HEX triplet: 3F, A0 and CE. RGB value is (63,160,206). Sum of RGB (Red+Green+Blue) = 63+160+206=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FA0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA0CE is #C05F31. Grayscale: #878787. Windows color (decimal): -12607282 or 13541439. OLE color: 13541439.

HSL color Cylindrical-coordinate representation of color #3FA0CE: hue angle of 199.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FA0CE is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 160 206 -
CMYK 0.69 0.22 0 0.19
HSL 199.3º 0.59% 0.53% -
HSV(B) 199.3º 0.69% 0.81% -
XYZ 25.76 30.65 62.95 -
YUV 136.24 167.36 75.76 -
System Red Green Blue C M Y K H S L
Decimal 63 160 206 0.69 0.22 0 0.19 199.3 0.59 0.53
Hex 3F A0 CE 45 16 0 13 C7 3B 35
Octal 77 240 316 105 26 0 23 307 73 65
Binary 111111 10100000 11001110 1000101 10110 0 10011 11000111 111011 110101

Color Harmonies of #3FA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA0CE

Black with #3FA0CE

Text Example


Text Example

White with #3FA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,160,206); }

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

background-color css

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

 a { background-color: rgb(63,160,206); }

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

border-color css

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

 span { border-color: rgb(63,160,206); }

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