Html Css Color HEX #249DAE Pelorous

📋 copy color: '#249DAE'

red 36 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #249DAE

Tints of Pelorous #249DAE

RGB

 RED value IS 36 (14.45% from 255) = 9.81%

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 9.81%
G = 42.78%
B = 47.41%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#249DAE (or 0x249DAE) is known color: Pelorous. HEX triplet: 24, 9D and AE. RGB value is (36,157,174). Sum of RGB (Red+Green+Blue) = 36+157+174=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #249DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249DAE is #DB6251. Grayscale: #7A7A7A. Windows color (decimal): -14377554 or 11443492. OLE color: 11443492.

HSL color Cylindrical-coordinate representation of color #249DAE: hue angle of 187.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249DAE is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 157 174 -
CMYK 0.79 0.10 0 0.32
HSL 187.39º 0.66% 0.41% -
HSV(B) 187.39º 0.79% 0.68% -
XYZ 20.42 27.55 44.28 -
YUV 122.76 156.91 66.12 -
System Red Green Blue C M Y K H S L
Decimal 36 157 174 0.79 0.10 0 0.32 187.39 0.66 0.41
Hex 24 9D AE 4F A 0 20 BB 42 29
Octal 44 235 256 117 12 0 40 273 102 51
Binary 100100 10011101 10101110 1001111 1010 0 100000 10111011 1000010 101001

Color Harmonies of #249DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DAE

Black with #249DAE

Text Example


Text Example

White with #249DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249DAE; }

 p { color: rgb(36,157,174); }

 H1.HeaderClassName
 {
   color: #249DAE;
 }
 .AnyTagClassName
 {
   color: #249DAE;
 }
</style>

background-color css

<style>
 a { background-color: #249DAE; }

 a { background-color: rgb(36,157,174); }

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

border-color css

<style>
 span { border-color: #249DAE; }

 span { border-color: rgb(36,157,174); }

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