Html Css Color HEX #299BA6 Pelorous

📋 copy color: '#299BA6'

red 41 ◦ green 155 ◦ blue 166

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

Shades of Pelorous #299BA6

Tints of Pelorous #299BA6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 11.33%
G = 42.82%
B = 45.86%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#299BA6 (or 0x299BA6) is known color: Pelorous. HEX triplet: 29, 9B and A6. RGB value is (41,155,166). Sum of RGB (Red+Green+Blue) = 41+155+166=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #299BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BA6 is #D66459. Grayscale: #7A7A7A. Windows color (decimal): -14050394 or 10918697. OLE color: 10918697.

HSL color Cylindrical-coordinate representation of color #299BA6: hue angle of 185.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299BA6 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 155 166 -
CMYK 0.75 0.07 0 0.35
HSL 185.28º 0.6% 0.41% -
HSV(B) 185.28º 0.75% 0.65% -
XYZ 19.52 26.67 40.19 -
YUV 122.17 152.73 70.11 -
System Red Green Blue C M Y K H S L
Decimal 41 155 166 0.75 0.07 0 0.35 185.28 0.6 0.41
Hex 29 9B A6 4B 7 0 23 B9 3C 29
Octal 51 233 246 113 7 0 43 271 74 51
Binary 101001 10011011 10100110 1001011 111 0 100011 10111001 111100 101001

Color Harmonies of #299BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BA6

Black with #299BA6

Text Example


Text Example

White with #299BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,155,166); }

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

background-color css

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

 a { background-color: rgb(41,155,166); }

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

border-color css

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

 span { border-color: rgb(41,155,166); }

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