Html Css Color HEX #29CFEB Summer Sky

📋 copy color: '#29CFEB'

red 41 ◦ green 207 ◦ blue 235

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

Shades of Summer Sky #29CFEB

Tints of Summer Sky #29CFEB

RGB

 RED value IS 41 (16.41% from 255) = 8.49%

 GREEN value IS 207 (81.25% from 255) = 42.86%

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

R = 8.49%
G = 42.86%
B = 48.65%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29CFEB (or 0x29CFEB) is known color: Summer Sky. HEX triplet: 29, CF and EB. RGB value is (41,207,235). Sum of RGB (Red+Green+Blue) = 41+207+235=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #29CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CFEB is #D63014. Grayscale: #A0A0A0. Windows color (decimal): -14037013 or 15453993. OLE color: 15453993.

HSL color Cylindrical-coordinate representation of color #29CFEB: hue angle of 188.66º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CFEB is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 207 235 -
CMYK 0.83 0.12 0 0.08
HSL 188.66º 0.83% 0.54% -
HSV(B) 188.66º 0.83% 0.92% -
XYZ 38.22 51.1 86.45 -
YUV 160.56 170 42.72 -
System Red Green Blue C M Y K H S L
Decimal 41 207 235 0.83 0.12 0 0.08 188.66 0.83 0.54
Hex 29 CF EB 53 C 0 8 BD 53 36
Octal 51 317 353 123 14 0 10 275 123 66
Binary 101001 11001111 11101011 1010011 1100 0 1000 10111101 1010011 110110

Color Harmonies of #29CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFEB

Black with #29CFEB

Text Example


Text Example

White with #29CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29CFEB; }

 p { color: rgb(41,207,235); }

 H1.HeaderClassName
 {
   color: #29CFEB;
 }
 .AnyTagClassName
 {
   color: #29CFEB;
 }
</style>

background-color css

<style>
 a { background-color: #29CFEB; }

 a { background-color: rgb(41,207,235); }

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

border-color css

<style>
 span { border-color: #29CFEB; }

 span { border-color: rgb(41,207,235); }

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