Html Css Color HEX #299ECB Pelorous

📋 copy color: '#299ECB'

red 41 ◦ green 158 ◦ blue 203

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

Shades of Pelorous #299ECB

Tints of Pelorous #299ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 10.2%
G = 39.3%
B = 50.5%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#299ECB (or 0x299ECB) is known color: Pelorous. HEX triplet: 29, 9E and CB. RGB value is (41,158,203). Sum of RGB (Red+Green+Blue) = 41+158+203=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #299ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ECB is #D66134. Grayscale: #7F7F7F. Windows color (decimal): -14049589 or 13344297. OLE color: 13344297.

HSL color Cylindrical-coordinate representation of color #299ECB: hue angle of 196.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299ECB is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 158 203 -
CMYK 0.80 0.22 0 0.20
HSL 196.67º 0.66% 0.48% -
HSV(B) 196.67º 0.8% 0.8% -
XYZ 23.92 29.24 60.88 -
YUV 128.15 170.24 65.84 -
System Red Green Blue C M Y K H S L
Decimal 41 158 203 0.80 0.22 0 0.20 196.67 0.66 0.48
Hex 29 9E CB 50 16 0 14 C5 42 30
Octal 51 236 313 120 26 0 24 305 102 60
Binary 101001 10011110 11001011 1010000 10110 0 10100 11000101 1000010 110000

Color Harmonies of #299ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299ECB

Black with #299ECB

Text Example


Text Example

White with #299ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299ECB; }

 p { color: rgb(41,158,203); }

 H1.HeaderClassName
 {
   color: #299ECB;
 }
 .AnyTagClassName
 {
   color: #299ECB;
 }
</style>

background-color css

<style>
 a { background-color: #299ECB; }

 a { background-color: rgb(41,158,203); }

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

border-color css

<style>
 span { border-color: #299ECB; }

 span { border-color: rgb(41,158,203); }

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