Html Css Color HEX #3FA0CD Summer Sky

📋 copy color: '#3FA0CD'

red 63 ◦ green 160 ◦ blue 205

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

Shades of Summer Sky #3FA0CD

Tints of Summer Sky #3FA0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 14.72%
G = 37.38%
B = 47.9%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3FA0CD (or 0x3FA0CD) is known color: Summer Sky. HEX triplet: 3F, A0 and CD. RGB value is (63,160,205). Sum of RGB (Red+Green+Blue) = 63+160+205=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FA0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA0CD is #C05F32. Grayscale: #878787. Windows color (decimal): -12607283 or 13475903. OLE color: 13475903.

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

Color convert

RGB 63 160 205 -
CMYK 0.69 0.22 0 0.20
HSL 199.01º 0.59% 0.53% -
HSV(B) 199.01º 0.69% 0.8% -
XYZ 25.64 30.61 62.31 -
YUV 136.13 166.86 75.84 -
System Red Green Blue C M Y K H S L
Decimal 63 160 205 0.69 0.22 0 0.20 199.01 0.59 0.53
Hex 3F A0 CD 45 16 0 14 C7 3B 35
Octal 77 240 315 105 26 0 24 307 73 65
Binary 111111 10100000 11001101 1000101 10110 0 10100 11000111 111011 110101

Color Harmonies of #3FA0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA0CD

Black with #3FA0CD

Text Example


Text Example

White with #3FA0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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