Html Css Color HEX #2FCEEB Summer Sky

📋 copy color: '#2FCEEB'

red 47 ◦ green 206 ◦ blue 235

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

Shades of Summer Sky #2FCEEB

Tints of Summer Sky #2FCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 9.63%
G = 42.21%
B = 48.16%

CMYK

 C value IS 0.8

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FCEEB (or 0x2FCEEB) is known color: Summer Sky. HEX triplet: 2F, CE and EB. RGB value is (47,206,235). Sum of RGB (Red+Green+Blue) = 47+206+235=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FCEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCEEB is #D03114. Grayscale: #A1A1A1. Windows color (decimal): -13644053 or 15453743. OLE color: 15453743.

HSL color Cylindrical-coordinate representation of color #2FCEEB: hue angle of 189.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FCEEB is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 206 235 -
CMYK 0.8 0.12 0 0.08
HSL 189.26º 0.82% 0.55% -
HSV(B) 189.26º 0.8% 0.92% -
XYZ 38.24 50.75 86.38 -
YUV 161.77 169.32 46.14 -
System Red Green Blue C M Y K H S L
Decimal 47 206 235 0.8 0.12 0 0.08 189.26 0.82 0.55
Hex 2F CE EB 50 C 0 8 BD 52 37
Octal 57 316 353 120 14 0 10 275 122 67
Binary 101111 11001110 11101011 1010000 1100 0 1000 10111101 1010010 110111

Color Harmonies of #2FCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEEB

Black with #2FCEEB

Text Example


Text Example

White with #2FCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,206,235); }

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

background-color css

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

 a { background-color: rgb(47,206,235); }

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

border-color css

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

 span { border-color: rgb(47,206,235); }

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