Html Css Color HEX #228FAB Pelorous

📋 copy color: '#228FAB'

red 34 ◦ green 143 ◦ blue 171

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

Shades of Pelorous #228FAB

Tints of Pelorous #228FAB

RGB

 RED value IS 34 (13.67% from 255) = 9.77%

 GREEN value IS 143 (56.25% from 255) = 41.09%

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

R = 9.77%
G = 41.09%
B = 49.14%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#228FAB (or 0x228FAB) is known color: Pelorous. HEX triplet: 22, 8F and AB. RGB value is (34,143,171). Sum of RGB (Red+Green+Blue) = 34+143+171=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 143 (56.25% from 255 or 41.09% 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 #228FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228FAB is #DD7054. Grayscale: #717171. Windows color (decimal): -14512213 or 11243298. OLE color: 11243298.

HSL color Cylindrical-coordinate representation of color #228FAB: hue angle of 192.26º degrees, saturation: 0.67, 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 #228FAB is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 143 171 -
CMYK 0.80 0.16 0 0.33
HSL 192.26º 0.67% 0.4% -
HSV(B) 192.26º 0.8% 0.67% -
XYZ 17.83 22.93 42.01 -
YUV 113.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 34 143 171 0.80 0.16 0 0.33 192.26 0.67 0.4
Hex 22 8F AB 50 10 0 21 C0 43 28
Octal 42 217 253 120 20 0 41 300 103 50
Binary 100010 10001111 10101011 1010000 10000 0 100001 11000000 1000011 101000

Color Harmonies of #228FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228FAB

Black with #228FAB

Text Example


Text Example

White with #228FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228FAB; }

 p { color: rgb(34,143,171); }

 H1.HeaderClassName
 {
   color: #228FAB;
 }
 .AnyTagClassName
 {
   color: #228FAB;
 }
</style>

background-color css

<style>
 a { background-color: #228FAB; }

 a { background-color: rgb(34,143,171); }

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

border-color css

<style>
 span { border-color: #228FAB; }

 span { border-color: rgb(34,143,171); }

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