Html Css Color HEX #29C8F2 Summer Sky

📋 copy color: '#29C8F2'

red 41 ◦ green 200 ◦ blue 242

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

Shades of Summer Sky #29C8F2

Tints of Summer Sky #29C8F2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 8.49%
G = 41.41%
B = 50.1%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29C8F2 (or 0x29C8F2) is known color: Summer Sky. HEX triplet: 29, C8 and F2. RGB value is (41,200,242). Sum of RGB (Red+Green+Blue) = 41+200+242=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #29C8F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C8F2 is #D6370D. Grayscale: #9C9C9C. Windows color (decimal): -14038798 or 15910953. OLE color: 15910953.

HSL color Cylindrical-coordinate representation of color #29C8F2: hue angle of 192.54º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29C8F2 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 200 242 -
CMYK 0.83 0.17 0 0.05
HSL 192.54º 0.89% 0.55% -
HSV(B) 192.54º 0.83% 0.95% -
XYZ 37.6 48.19 91.32 -
YUV 157.25 175.82 45.08 -
System Red Green Blue C M Y K H S L
Decimal 41 200 242 0.83 0.17 0 0.05 192.54 0.89 0.55
Hex 29 C8 F2 53 11 0 5 C1 59 37
Octal 51 310 362 123 21 0 5 301 131 67
Binary 101001 11001000 11110010 1010011 10001 0 101 11000001 1011001 110111

Color Harmonies of #29C8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C8F2

Black with #29C8F2

Text Example


Text Example

White with #29C8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,200,242); }

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

background-color css

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

 a { background-color: rgb(41,200,242); }

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

border-color css

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

 span { border-color: rgb(41,200,242); }

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