Html Css Color HEX #2FB3CC Summer Sky

📋 copy color: '#2FB3CC'

red 47 ◦ green 179 ◦ blue 204

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

Shades of Summer Sky #2FB3CC

Tints of Summer Sky #2FB3CC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

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

R = 10.93%
G = 41.63%
B = 47.44%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FB3CC (or 0x2FB3CC) is known color: Summer Sky. HEX triplet: 2F, B3 and CC. RGB value is (47,179,204). Sum of RGB (Red+Green+Blue) = 47+179+204=430 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.93% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FB3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB3CC is #D04C33. Grayscale: #8E8E8E. Windows color (decimal): -13650996 or 13415215. OLE color: 13415215.

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

Color convert

RGB 47 179 204 -
CMYK 0.77 0.12 0 0.2
HSL 189.55º 0.63% 0.49% -
HSV(B) 189.55º 0.77% 0.8% -
XYZ 28.19 37.2 62.82 -
YUV 142.38 162.77 59.97 -
System Red Green Blue C M Y K H S L
Decimal 47 179 204 0.77 0.12 0 0.2 189.55 0.63 0.49
Hex 2F B3 CC 4D C 0 14 BE 3F 31
Octal 57 263 314 115 14 0 24 276 77 61
Binary 101111 10110011 11001100 1001101 1100 0 10100 10111110 111111 110001

Color Harmonies of #2FB3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB3CC

Black with #2FB3CC

Text Example


Text Example

White with #2FB3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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