Html Css Color HEX #299ACD Pelorous

📋 copy color: '#299ACD'

red 41 ◦ green 154 ◦ blue 205

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

Shades of Pelorous #299ACD

Tints of Pelorous #299ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 10.25%
G = 38.5%
B = 51.25%

CMYK

 C value IS 0.8

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#299ACD (or 0x299ACD) is known color: Pelorous. HEX triplet: 29, 9A and CD. RGB value is (41,154,205). Sum of RGB (Red+Green+Blue) = 41+154+205=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #299ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ACD is #D66532. Grayscale: #7D7D7D. Windows color (decimal): -14050611 or 13474345. OLE color: 13474345.

HSL color Cylindrical-coordinate representation of color #299ACD: hue angle of 198.66º degrees, saturation: 0.67, 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 #299ACD is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 154 205 -
CMYK 0.8 0.25 0 0.20
HSL 198.66º 0.67% 0.48% -
HSV(B) 198.66º 0.8% 0.8% -
XYZ 23.49 27.99 61.92 -
YUV 126.03 172.56 67.35 -
System Red Green Blue C M Y K H S L
Decimal 41 154 205 0.8 0.25 0 0.20 198.66 0.67 0.48
Hex 29 9A CD 50 19 0 14 C7 43 30
Octal 51 232 315 120 31 0 24 307 103 60
Binary 101001 10011010 11001101 1010000 11001 0 10100 11000111 1000011 110000

Color Harmonies of #299ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299ACD

Black with #299ACD

Text Example


Text Example

White with #299ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,154,205); }

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

background-color css

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

 a { background-color: rgb(41,154,205); }

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

border-color css

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

 span { border-color: rgb(41,154,205); }

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