Html Css Color HEX #00ADCF Iris Blue

📋 copy color: '#00ADCF'

red 0 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #00ADCF

Tints of Iris Blue #00ADCF

RGB

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

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

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

R = 0%
G = 45.53%
B = 54.47%

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

#00ADCF (or 0x00ADCF) is known color: Iris Blue. HEX triplet: 00, AD and CF. RGB value is (0,173,207). Sum of RGB (Red+Green+Blue) = 0+173+207=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #00ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADCF is #FF5230. Grayscale: #7C7C7C. Windows color (decimal): -16732721 or 13610240. OLE color: 13610240.

HSL color Cylindrical-coordinate representation of color #00ADCF: hue angle of 189.86º 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 #00ADCF is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 173 207 -
CMYK 1 0.16 0 0.19
HSL 189.86º 1% 0.41% -
HSV(B) 189.86º 1% 0.81% -
XYZ 26.21 34.39 64.29 -
YUV 125.15 174.19 38.74 -
System Red Green Blue C M Y K H S L
Decimal 0 173 207 1 0.16 0 0.19 189.86 1 0.41
Hex 0 AD CF 64 10 0 13 BE 64 29
Octal 0 255 317 144 20 0 23 276 144 51
Binary 0 10101101 11001111 1100100 10000 0 10011 10111110 1100100 101001

Color Harmonies of #00ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADCF

Black with #00ADCF

Text Example


Text Example

White with #00ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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