Html Css Color HEX #248DAB Pelorous

📋 copy color: '#248DAB'

red 36 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #248DAB

Tints of Pelorous #248DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 10.34%
G = 40.52%
B = 49.14%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#248DAB (or 0x248DAB) is known color: Pelorous. HEX triplet: 24, 8D and AB. RGB value is (36,141,171). Sum of RGB (Red+Green+Blue) = 36+141+171=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #248DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248DAB is #DB7254. Grayscale: #707070. Windows color (decimal): -14381653 or 11242788. OLE color: 11242788.

HSL color Cylindrical-coordinate representation of color #248DAB: hue angle of 193.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248DAB is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 141 171 -
CMYK 0.79 0.18 0 0.33
HSL 193.33º 0.65% 0.41% -
HSV(B) 193.33º 0.79% 0.67% -
XYZ 17.6 22.37 41.92 -
YUV 113.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 36 141 171 0.79 0.18 0 0.33 193.33 0.65 0.41
Hex 24 8D AB 4F 12 0 21 C1 41 29
Octal 44 215 253 117 22 0 41 301 101 51
Binary 100100 10001101 10101011 1001111 10010 0 100001 11000001 1000001 101001

Color Harmonies of #248DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DAB

Black with #248DAB

Text Example


Text Example

White with #248DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248DAB; }

 p { color: rgb(36,141,171); }

 H1.HeaderClassName
 {
   color: #248DAB;
 }
 .AnyTagClassName
 {
   color: #248DAB;
 }
</style>

background-color css

<style>
 a { background-color: #248DAB; }

 a { background-color: rgb(36,141,171); }

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

border-color css

<style>
 span { border-color: #248DAB; }

 span { border-color: rgb(36,141,171); }

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