Html Css Color HEX #00AFE4 Iris Blue

📋 copy color: '#00AFE4'

red 0 ◦ green 175 ◦ blue 228

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

Shades of Iris Blue #00AFE4

Tints of Iris Blue #00AFE4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

 BLUE value IS 228 (89.45% from 255) = 56.58%

R = 0%
G = 43.42%
B = 56.58%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#00AFE4 (or 0x00AFE4) is known color: Iris Blue. HEX triplet: 00, AF and E4. RGB value is (0,175,228). Sum of RGB (Red+Green+Blue) = 0+175+228=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #00AFE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFE4 is #FF501B. Grayscale: #808080. Windows color (decimal): -16732188 or 14987008. OLE color: 14987008.

HSL color Cylindrical-coordinate representation of color #00AFE4: hue angle of 193.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFE4 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 0 175 228 -
CMYK 1 0.23 0 0.11
HSL 193.95º 1% 0.45% -
HSV(B) 193.95º 1% 0.89% -
XYZ 29.33 36.26 78.85 -
YUV 128.72 184.02 36.19 -
System Red Green Blue C M Y K H S L
Decimal 0 175 228 1 0.23 0 0.11 193.95 1 0.45
Hex 0 AF E4 64 17 0 B C2 64 2D
Octal 0 257 344 144 27 0 13 302 144 55
Binary 0 10101111 11100100 1100100 10111 0 1011 11000010 1100100 101101

Color Harmonies of #00AFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFE4

Black with #00AFE4

Text Example


Text Example

White with #00AFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,175,228); }

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

background-color css

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

 a { background-color: rgb(0,175,228); }

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

border-color css

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

 span { border-color: rgb(0,175,228); }

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