Html Css Color HEX #2FCBE5 Summer Sky

📋 copy color: '#2FCBE5'

red 47 ◦ green 203 ◦ blue 229

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

Shades of Summer Sky #2FCBE5

Tints of Summer Sky #2FCBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.38%

 BLUE value IS 229 (89.84% from 255) = 47.81%

R = 9.81%
G = 42.38%
B = 47.81%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2FCBE5 (or 0x2FCBE5) is known color: Summer Sky. HEX triplet: 2F, CB and E5. RGB value is (47,203,229). Sum of RGB (Red+Green+Blue) = 47+203+229=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FCBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBE5 is #D0341A. Grayscale: #9F9F9F. Windows color (decimal): -13644827 or 15059759. OLE color: 15059759.

HSL color Cylindrical-coordinate representation of color #2FCBE5: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCBE5 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 203 229 -
CMYK 0.79 0.11 0 0.10
HSL 188.57º 0.78% 0.54% -
HSV(B) 188.57º 0.79% 0.9% -
XYZ 36.67 48.97 81.65 -
YUV 159.32 167.32 47.89 -
System Red Green Blue C M Y K H S L
Decimal 47 203 229 0.79 0.11 0 0.10 188.57 0.78 0.54
Hex 2F CB E5 4F B 0 A BD 4E 36
Octal 57 313 345 117 13 0 12 275 116 66
Binary 101111 11001011 11100101 1001111 1011 0 1010 10111101 1001110 110110

Color Harmonies of #2FCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCBE5

Black with #2FCBE5

Text Example


Text Example

White with #2FCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,203,229); }

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

background-color css

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

 a { background-color: rgb(47,203,229); }

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

border-color css

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

 span { border-color: rgb(47,203,229); }

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