Html Css Color HEX #00ADCA Iris Blue

📋 copy color: '#00ADCA'

red 0 ◦ green 173 ◦ blue 202

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

Shades of Iris Blue #00ADCA

Tints of Iris Blue #00ADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.13%

 BLUE value IS 202 (79.3% from 255) = 53.87%

R = 0%
G = 46.13%
B = 53.87%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#00ADCA (or 0x00ADCA) is known color: Iris Blue. HEX triplet: 00, AD and CA. RGB value is (0,173,202). Sum of RGB (Red+Green+Blue) = 0+173+202=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #00ADCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADCA is #FF5235. Grayscale: #7C7C7C. Windows color (decimal): -16732726 or 13282560. OLE color: 13282560.

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

Color convert

RGB 0 173 202 -
CMYK 1 0.14 0 0.21
HSL 188.61º 1% 0.4% -
HSV(B) 188.61º 1% 0.79% -
XYZ 25.6 34.15 61.12 -
YUV 124.58 171.69 39.14 -
System Red Green Blue C M Y K H S L
Decimal 0 173 202 1 0.14 0 0.21 188.61 1 0.4
Hex 0 AD CA 64 E 0 15 BD 64 28
Octal 0 255 312 144 16 0 25 275 144 50
Binary 0 10101101 11001010 1100100 1110 0 10101 10111101 1100100 101000

Color Harmonies of #00ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADCA

Black with #00ADCA

Text Example


Text Example

White with #00ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,173,202); }

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

background-color css

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

 a { background-color: rgb(0,173,202); }

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

border-color css

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

 span { border-color: rgb(0,173,202); }

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