Html Css Color HEX #00ACCB Iris Blue

📋 copy color: '#00ACCB'

red 0 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #00ACCB

Tints of Iris Blue #00ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

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

R = 0%
G = 45.87%
B = 54.13%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00ACCB (or 0x00ACCB) is known color: Iris Blue. HEX triplet: 00, AC and CB. RGB value is (0,172,203). Sum of RGB (Red+Green+Blue) = 0+172+203=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #00ACCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACCB is #FF5334. Grayscale: #7B7B7B. Windows color (decimal): -16732981 or 13347840. OLE color: 13347840.

HSL color Cylindrical-coordinate representation of color #00ACCB: hue angle of 189.16º 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 #00ACCB is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 172 203 -
CMYK 1 0.15 0 0.20
HSL 189.16º 1% 0.4% -
HSV(B) 189.16º 1% 0.8% -
XYZ 25.53 33.82 61.68 -
YUV 124.11 172.52 39.48 -
System Red Green Blue C M Y K H S L
Decimal 0 172 203 1 0.15 0 0.20 189.16 1 0.4
Hex 0 AC CB 64 F 0 14 BD 64 28
Octal 0 254 313 144 17 0 24 275 144 50
Binary 0 10101100 11001011 1100100 1111 0 10100 10111101 1100100 101000

Color Harmonies of #00ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACCB

Black with #00ACCB

Text Example


Text Example

White with #00ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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