Html Css Color HEX #238EAB Pelorous

📋 copy color: '#238EAB'

red 35 ◦ green 142 ◦ blue 171

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

Shades of Pelorous #238EAB

Tints of Pelorous #238EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.8%

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

R = 10.06%
G = 40.8%
B = 49.14%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#238EAB (or 0x238EAB) is known color: Pelorous. HEX triplet: 23, 8E and AB. RGB value is (35,142,171). Sum of RGB (Red+Green+Blue) = 35+142+171=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 142 (55.86% from 255 or 40.80% 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 #238EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238EAB is #DC7154. Grayscale: #717171. Windows color (decimal): -14446933 or 11243043. OLE color: 11243043.

HSL color Cylindrical-coordinate representation of color #238EAB: hue angle of 192.79º 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 #238EAB is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 142 171 -
CMYK 0.80 0.17 0 0.33
HSL 192.79º 0.66% 0.4% -
HSV(B) 192.79º 0.8% 0.67% -
XYZ 17.72 22.64 41.96 -
YUV 113.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 35 142 171 0.80 0.17 0 0.33 192.79 0.66 0.4
Hex 23 8E AB 50 11 0 21 C1 42 28
Octal 43 216 253 120 21 0 41 301 102 50
Binary 100011 10001110 10101011 1010000 10001 0 100001 11000001 1000010 101000

Color Harmonies of #238EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EAB

Black with #238EAB

Text Example


Text Example

White with #238EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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