Html Css Color HEX #00AECF Iris Blue

📋 copy color: '#00AECF'

red 0 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #00AECF

Tints of Iris Blue #00AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 0%
G = 45.67%
B = 54.33%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00AECF (or 0x00AECF) is known color: Iris Blue. HEX triplet: 00, AE and CF. RGB value is (0,174,207). Sum of RGB (Red+Green+Blue) = 0+174+207=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #00AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AECF is #FF5130. Grayscale: #7D7D7D. Windows color (decimal): -16732465 or 13610496. OLE color: 13610496.

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

Color convert

RGB 0 174 207 -
CMYK 1 0.16 0 0.19
HSL 189.57º 1% 0.41% -
HSV(B) 189.57º 1% 0.81% -
XYZ 26.4 34.78 64.35 -
YUV 125.74 173.85 38.32 -
System Red Green Blue C M Y K H S L
Decimal 0 174 207 1 0.16 0 0.19 189.57 1 0.41
Hex 0 AE CF 64 10 0 13 BE 64 29
Octal 0 256 317 144 20 0 23 276 144 51
Binary 0 10101110 11001111 1100100 10000 0 10011 10111110 1100100 101001

Color Harmonies of #00AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AECF

Black with #00AECF

Text Example


Text Example

White with #00AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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