Html Css Color HEX #00AFDF Iris Blue

📋 copy color: '#00AFDF'

red 0 ◦ green 175 ◦ blue 223

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

Shades of Iris Blue #00AFDF

Tints of Iris Blue #00AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 0%
G = 43.97%
B = 56.03%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00AFDF (or 0x00AFDF) is known color: Iris Blue. HEX triplet: 00, AF and DF. RGB value is (0,175,223). Sum of RGB (Red+Green+Blue) = 0+175+223=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #00AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFDF is #FF5020. Grayscale: #7F7F7F. Windows color (decimal): -16732193 or 14659328. OLE color: 14659328.

HSL color Cylindrical-coordinate representation of color #00AFDF: hue angle of 192.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFDF is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 175 223 -
CMYK 1 0.22 0 0.13
HSL 192.91º 1% 0.44% -
HSV(B) 192.91º 1% 0.87% -
XYZ 28.65 35.99 75.25 -
YUV 128.15 181.52 36.6 -
System Red Green Blue C M Y K H S L
Decimal 0 175 223 1 0.22 0 0.13 192.91 1 0.44
Hex 0 AF DF 64 16 0 D C1 64 2C
Octal 0 257 337 144 26 0 15 301 144 54
Binary 0 10101111 11011111 1100100 10110 0 1101 11000001 1100100 101100

Color Harmonies of #00AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFDF

Black with #00AFDF

Text Example


Text Example

White with #00AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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