Html Css Color HEX #2FB1CC Summer Sky

📋 copy color: '#2FB1CC'

red 47 ◦ green 177 ◦ blue 204

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

Shades of Summer Sky #2FB1CC

Tints of Summer Sky #2FB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

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

R = 10.98%
G = 41.36%
B = 47.66%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FB1CC (or 0x2FB1CC) is known color: Summer Sky. HEX triplet: 2F, B1 and CC. RGB value is (47,177,204). Sum of RGB (Red+Green+Blue) = 47+177+204=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FB1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FB1CC is #D04E33. Grayscale: #8C8C8C. Windows color (decimal): -13651508 or 13414703. OLE color: 13414703.

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

Color convert

RGB 47 177 204 -
CMYK 0.77 0.13 0 0.2
HSL 190.32º 0.63% 0.49% -
HSV(B) 190.32º 0.77% 0.8% -
XYZ 27.79 36.41 62.69 -
YUV 141.21 163.43 60.8 -
System Red Green Blue C M Y K H S L
Decimal 47 177 204 0.77 0.13 0 0.2 190.32 0.63 0.49
Hex 2F B1 CC 4D D 0 14 BE 3F 31
Octal 57 261 314 115 15 0 24 276 77 61
Binary 101111 10110001 11001100 1001101 1101 0 10100 10111110 111111 110001

Color Harmonies of #2FB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB1CC

Black with #2FB1CC

Text Example


Text Example

White with #2FB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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