Html Css Color HEX #2F9CCD Summer Sky

📋 copy color: '#2F9CCD'

red 47 ◦ green 156 ◦ blue 205

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

Shades of Summer Sky #2F9CCD

Tints of Summer Sky #2F9CCD

RGB

 RED value IS 47 (18.75% from 255) = 11.52%

 GREEN value IS 156 (61.33% from 255) = 38.24%

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

R = 11.52%
G = 38.24%
B = 50.25%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F9CCD (or 0x2F9CCD) is known color: Summer Sky. HEX triplet: 2F, 9C and CD. RGB value is (47,156,205). Sum of RGB (Red+Green+Blue) = 47+156+205=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F9CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9CCD is #D06332. Grayscale: #808080. Windows color (decimal): -13656883 or 13474863. OLE color: 13474863.

HSL color Cylindrical-coordinate representation of color #2F9CCD: hue angle of 198.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F9CCD is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 156 205 -
CMYK 0.77 0.24 0 0.20
HSL 198.61º 0.63% 0.49% -
HSV(B) 198.61º 0.77% 0.8% -
XYZ 24.08 28.79 62.05 -
YUV 129 170.89 69.52 -
System Red Green Blue C M Y K H S L
Decimal 47 156 205 0.77 0.24 0 0.20 198.61 0.63 0.49
Hex 2F 9C CD 4D 18 0 14 C7 3F 31
Octal 57 234 315 115 30 0 24 307 77 61
Binary 101111 10011100 11001101 1001101 11000 0 10100 11000111 111111 110001

Color Harmonies of #2F9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9CCD

Black with #2F9CCD

Text Example


Text Example

White with #2F9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F9CCD; }

 p { color: rgb(47,156,205); }

 H1.HeaderClassName
 {
   color: #2F9CCD;
 }
 .AnyTagClassName
 {
   color: #2F9CCD;
 }
</style>

background-color css

<style>
 a { background-color: #2F9CCD; }

 a { background-color: rgb(47,156,205); }

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

border-color css

<style>
 span { border-color: #2F9CCD; }

 span { border-color: rgb(47,156,205); }

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