Html Css Color HEX #00AECB Iris Blue

📋 copy color: '#00AECB'

red 0 ◦ green 174 ◦ blue 203

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

Shades of Iris Blue #00AECB

Tints of Iris Blue #00AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.15%

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

R = 0%
G = 46.15%
B = 53.85%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00AECB (or 0x00AECB) is known color: Iris Blue. HEX triplet: 00, AE and CB. RGB value is (0,174,203). Sum of RGB (Red+Green+Blue) = 0+174+203=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #00AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AECB is #FF5134. Grayscale: #7C7C7C. Windows color (decimal): -16732469 or 13348352. OLE color: 13348352.

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

Color convert

RGB 0 174 203 -
CMYK 1 0.14 0 0.20
HSL 188.57º 1% 0.4% -
HSV(B) 188.57º 1% 0.8% -
XYZ 25.92 34.58 61.81 -
YUV 125.28 171.85 38.64 -
System Red Green Blue C M Y K H S L
Decimal 0 174 203 1 0.14 0 0.20 188.57 1 0.4
Hex 0 AE CB 64 E 0 14 BD 64 28
Octal 0 256 313 144 16 0 24 275 144 50
Binary 0 10101110 11001011 1100100 1110 0 10100 10111101 1100100 101000

Color Harmonies of #00AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AECB

Black with #00AECB

Text Example


Text Example

White with #00AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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