Html Css Color HEX #2FAFCC Summer Sky

📋 copy color: '#2FAFCC'

red 47 ◦ green 175 ◦ blue 204

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

Shades of Summer Sky #2FAFCC

Tints of Summer Sky #2FAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 11.03%
G = 41.08%
B = 47.89%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FAFCC (or 0x2FAFCC) is known color: Summer Sky. HEX triplet: 2F, AF and CC. RGB value is (47,175,204). Sum of RGB (Red+Green+Blue) = 47+175+204=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFCC is #D05033. Grayscale: #8B8B8B. Windows color (decimal): -13652020 or 13414191. OLE color: 13414191.

HSL color Cylindrical-coordinate representation of color #2FAFCC: hue angle of 191.08º 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 #2FAFCC is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 175 204 -
CMYK 0.77 0.14 0 0.2
HSL 191.08º 0.63% 0.49% -
HSV(B) 191.08º 0.77% 0.8% -
XYZ 27.4 35.62 62.56 -
YUV 140.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 47 175 204 0.77 0.14 0 0.2 191.08 0.63 0.49
Hex 2F AF CC 4D E 0 14 BF 3F 31
Octal 57 257 314 115 16 0 24 277 77 61
Binary 101111 10101111 11001100 1001101 1110 0 10100 10111111 111111 110001

Color Harmonies of #2FAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAFCC

Black with #2FAFCC

Text Example


Text Example

White with #2FAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,204); }

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

background-color css

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

 a { background-color: rgb(47,175,204); }

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

border-color css

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

 span { border-color: rgb(47,175,204); }

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