Html Css Color HEX #29BDF2 Summer Sky

📋 copy color: '#29BDF2'

red 41 ◦ green 189 ◦ blue 242

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

Shades of Summer Sky #29BDF2

Tints of Summer Sky #29BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

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

R = 8.69%
G = 40.04%
B = 51.27%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29BDF2 (or 0x29BDF2) is known color: Summer Sky. HEX triplet: 29, BD and F2. RGB value is (41,189,242). Sum of RGB (Red+Green+Blue) = 41+189+242=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #29BDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BDF2 is #D6420D. Grayscale: #969696. Windows color (decimal): -14041614 or 15908137. OLE color: 15908137.

HSL color Cylindrical-coordinate representation of color #29BDF2: hue angle of 195.82º 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 #29BDF2 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 189 242 -
CMYK 0.83 0.22 0 0.05
HSL 195.82º 0.89% 0.55% -
HSV(B) 195.82º 0.83% 0.95% -
XYZ 35.14 43.28 90.51 -
YUV 150.79 179.47 49.69 -
System Red Green Blue C M Y K H S L
Decimal 41 189 242 0.83 0.22 0 0.05 195.82 0.89 0.55
Hex 29 BD F2 53 16 0 5 C4 59 37
Octal 51 275 362 123 26 0 5 304 131 67
Binary 101001 10111101 11110010 1010011 10110 0 101 11000100 1011001 110111

Color Harmonies of #29BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDF2

Black with #29BDF2

Text Example


Text Example

White with #29BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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