Html Css Color HEX #29C2F1 Summer Sky

📋 copy color: '#29C2F1'

red 41 ◦ green 194 ◦ blue 241

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

Shades of Summer Sky #29C2F1

Tints of Summer Sky #29C2F1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

 BLUE value IS 241 (94.53% from 255) = 50.63%

R = 8.61%
G = 40.76%
B = 50.63%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29C2F1 (or 0x29C2F1) is known color: Summer Sky. HEX triplet: 29, C2 and F1. RGB value is (41,194,241). Sum of RGB (Red+Green+Blue) = 41+194+241=476 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.61% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #29C2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C2F1 is #D63D0E. Grayscale: #999999. Windows color (decimal): -14040335 or 15843881. OLE color: 15843881.

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

Color convert

RGB 41 194 241 -
CMYK 0.83 0.20 0 0.05
HSL 194.1º 0.88% 0.55% -
HSV(B) 194.1º 0.83% 0.95% -
XYZ 36.08 45.41 90.08 -
YUV 153.61 177.31 47.68 -
System Red Green Blue C M Y K H S L
Decimal 41 194 241 0.83 0.20 0 0.05 194.1 0.88 0.55
Hex 29 C2 F1 53 14 0 5 C2 58 37
Octal 51 302 361 123 24 0 5 302 130 67
Binary 101001 11000010 11110001 1010011 10100 0 101 11000010 1011000 110111

Color Harmonies of #29C2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C2F1

Black with #29C2F1

Text Example


Text Example

White with #29C2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,194,241); }

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

background-color css

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

 a { background-color: rgb(41,194,241); }

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

border-color css

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

 span { border-color: rgb(41,194,241); }

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