Html Css Color HEX #00AFDC Iris Blue

📋 copy color: '#00AFDC'

red 0 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #00AFDC

Tints of Iris Blue #00AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 0%
G = 44.3%
B = 55.7%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00AFDC (or 0x00AFDC) is known color: Iris Blue. HEX triplet: 00, AF and DC. RGB value is (0,175,220). Sum of RGB (Red+Green+Blue) = 0+175+220=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #00AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFDC is #FF5023. Grayscale: #7F7F7F. Windows color (decimal): -16732196 or 14462720. OLE color: 14462720.

HSL color Cylindrical-coordinate representation of color #00AFDC: hue angle of 192.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFDC is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 175 220 -
CMYK 1 0.20 0 0.14
HSL 192.27º 1% 0.43% -
HSV(B) 192.27º 1% 0.86% -
XYZ 28.25 35.83 73.14 -
YUV 127.81 180.02 36.84 -
System Red Green Blue C M Y K H S L
Decimal 0 175 220 1 0.20 0 0.14 192.27 1 0.43
Hex 0 AF DC 64 14 0 E C0 64 2B
Octal 0 257 334 144 24 0 16 300 144 53
Binary 0 10101111 11011100 1100100 10100 0 1110 11000000 1100100 101011

Color Harmonies of #00AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFDC

Black with #00AFDC

Text Example


Text Example

White with #00AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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