Html Css Color HEX #238DAB Pelorous

📋 copy color: '#238DAB'

red 35 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #238DAB

Tints of Pelorous #238DAB

RGB

 RED value IS 35 (14.06% from 255) = 10.09%

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

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

R = 10.09%
G = 40.63%
B = 49.28%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#238DAB (or 0x238DAB) is known color: Pelorous. HEX triplet: 23, 8D and AB. RGB value is (35,141,171). Sum of RGB (Red+Green+Blue) = 35+141+171=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #238DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238DAB is #DC7254. Grayscale: #707070. Windows color (decimal): -14447189 or 11242787. OLE color: 11242787.

HSL color Cylindrical-coordinate representation of color #238DAB: hue angle of 193.24º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238DAB is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 141 171 -
CMYK 0.80 0.18 0 0.33
HSL 193.24º 0.66% 0.4% -
HSV(B) 193.24º 0.8% 0.67% -
XYZ 17.57 22.35 41.92 -
YUV 112.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 35 141 171 0.80 0.18 0 0.33 193.24 0.66 0.4
Hex 23 8D AB 50 12 0 21 C1 42 28
Octal 43 215 253 120 22 0 41 301 102 50
Binary 100011 10001101 10101011 1010000 10010 0 100001 11000001 1000010 101000

Color Harmonies of #238DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DAB

Black with #238DAB

Text Example


Text Example

White with #238DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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