Html Css Color HEX #2FCDEB Summer Sky

📋 copy color: '#2FCDEB'

red 47 ◦ green 205 ◦ blue 235

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

Shades of Summer Sky #2FCDEB

Tints of Summer Sky #2FCDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

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

R = 9.65%
G = 42.09%
B = 48.25%

CMYK

 C value IS 0.8

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FCDEB (or 0x2FCDEB) is known color: Summer Sky. HEX triplet: 2F, CD and EB. RGB value is (47,205,235). Sum of RGB (Red+Green+Blue) = 47+205+235=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FCDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCDEB is #D03214. Grayscale: #A0A0A0. Windows color (decimal): -13644309 or 15453487. OLE color: 15453487.

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

Color convert

RGB 47 205 235 -
CMYK 0.8 0.13 0 0.08
HSL 189.57º 0.82% 0.55% -
HSV(B) 189.57º 0.8% 0.92% -
XYZ 38 50.27 86.3 -
YUV 161.18 169.65 46.56 -
System Red Green Blue C M Y K H S L
Decimal 47 205 235 0.8 0.13 0 0.08 189.57 0.82 0.55
Hex 2F CD EB 50 D 0 8 BE 52 37
Octal 57 315 353 120 15 0 10 276 122 67
Binary 101111 11001101 11101011 1010000 1101 0 1000 10111110 1010010 110111

Color Harmonies of #2FCDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCDEB

Black with #2FCDEB

Text Example


Text Example

White with #2FCDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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