Html Css Color HEX #239FAD Pelorous

📋 copy color: '#239FAD'

red 35 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #239FAD

Tints of Pelorous #239FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.32%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 9.54%
G = 43.32%
B = 47.14%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#239FAD (or 0x239FAD) is known color: Pelorous. HEX triplet: 23, 9F and AD. RGB value is (35,159,173). Sum of RGB (Red+Green+Blue) = 35+159+173=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #239FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FAD is #DC6052. Grayscale: #7B7B7B. Windows color (decimal): -14442579 or 11378467. OLE color: 11378467.

HSL color Cylindrical-coordinate representation of color #239FAD: hue angle of 186.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239FAD is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 159 173 -
CMYK 0.80 0.08 0 0.32
HSL 186.09º 0.66% 0.41% -
HSV(B) 186.09º 0.8% 0.68% -
XYZ 20.63 28.17 43.89 -
YUV 123.52 155.92 64.86 -
System Red Green Blue C M Y K H S L
Decimal 35 159 173 0.80 0.08 0 0.32 186.09 0.66 0.41
Hex 23 9F AD 50 8 0 20 BA 42 29
Octal 43 237 255 120 10 0 40 272 102 51
Binary 100011 10011111 10101101 1010000 1000 0 100000 10111010 1000010 101001

Color Harmonies of #239FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239FAD

Black with #239FAD

Text Example


Text Example

White with #239FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239FAD; }

 p { color: rgb(35,159,173); }

 H1.HeaderClassName
 {
   color: #239FAD;
 }
 .AnyTagClassName
 {
   color: #239FAD;
 }
</style>

background-color css

<style>
 a { background-color: #239FAD; }

 a { background-color: rgb(35,159,173); }

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

border-color css

<style>
 span { border-color: #239FAD; }

 span { border-color: rgb(35,159,173); }

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