Html Css Color HEX #3FA5CE Summer Sky

📋 copy color: '#3FA5CE'

red 63 ◦ green 165 ◦ blue 206

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

Shades of Summer Sky #3FA5CE

Tints of Summer Sky #3FA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 14.52%
G = 38.02%
B = 47.47%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3FA5CE (or 0x3FA5CE) is known color: Summer Sky. HEX triplet: 3F, A5 and CE. RGB value is (63,165,206). Sum of RGB (Red+Green+Blue) = 63+165+206=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FA5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA5CE is #C05A31. Grayscale: #8A8A8A. Windows color (decimal): -12606002 or 13542719. OLE color: 13542719.

HSL color Cylindrical-coordinate representation of color #3FA5CE: hue angle of 197.2º 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 #3FA5CE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 165 206 -
CMYK 0.69 0.20 0 0.19
HSL 197.2º 0.59% 0.53% -
HSV(B) 197.2º 0.69% 0.81% -
XYZ 26.65 32.42 63.25 -
YUV 139.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 63 165 206 0.69 0.20 0 0.19 197.2 0.59 0.53
Hex 3F A5 CE 45 14 0 13 C5 3B 35
Octal 77 245 316 105 24 0 23 305 73 65
Binary 111111 10100101 11001110 1000101 10100 0 10011 11000101 111011 110101

Color Harmonies of #3FA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA5CE

Black with #3FA5CE

Text Example


Text Example

White with #3FA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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