Html Css Color HEX #00ABCB Iris Blue

📋 copy color: '#00ABCB'

red 0 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #00ABCB

Tints of Iris Blue #00ABCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 171 (67.19% from 255) = 45.72%

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 0%
G = 45.72%
B = 54.28%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00ABCB (or 0x00ABCB) is known color: Iris Blue. HEX triplet: 00, AB and CB. RGB value is (0,171,203). Sum of RGB (Red+Green+Blue) = 0+171+203=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #00ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABCB is #FF5434. Grayscale: #7B7B7B. Windows color (decimal): -16733237 or 13347584. OLE color: 13347584.

HSL color Cylindrical-coordinate representation of color #00ABCB: hue angle of 189.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABCB is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 171 203 -
CMYK 1 0.16 0 0.20
HSL 189.46º 1% 0.4% -
HSV(B) 189.46º 1% 0.8% -
XYZ 25.34 33.44 61.62 -
YUV 123.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 0 171 203 1 0.16 0 0.20 189.46 1 0.4
Hex 0 AB CB 64 10 0 14 BD 64 28
Octal 0 253 313 144 20 0 24 275 144 50
Binary 0 10101011 11001011 1100100 10000 0 10100 10111101 1100100 101000

Color Harmonies of #00ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABCB

Black with #00ABCB

Text Example


Text Example

White with #00ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ABCB; }

 p { color: rgb(0,171,203); }

 H1.HeaderClassName
 {
   color: #00ABCB;
 }
 .AnyTagClassName
 {
   color: #00ABCB;
 }
</style>

background-color css

<style>
 a { background-color: #00ABCB; }

 a { background-color: rgb(0,171,203); }

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

border-color css

<style>
 span { border-color: #00ABCB; }

 span { border-color: rgb(0,171,203); }

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