Html Css Color HEX #0DACCC Iris Blue

📋 copy color: '#0DACCC'

red 13 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #0DACCC

Tints of Iris Blue #0DACCC

RGB

 RED value IS 13 (5.47% from 255) = 3.34%

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 3.34%
G = 44.22%
B = 52.44%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0DACCC (or 0x0DACCC) is known color: Iris Blue. HEX triplet: 0D, AC and CC. RGB value is (13,172,204). Sum of RGB (Red+Green+Blue) = 13+172+204=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACCC is #F25333. Grayscale: #7F7F7F. Windows color (decimal): -15881012 or 13413389. OLE color: 13413389.

HSL color Cylindrical-coordinate representation of color #0DACCC: hue angle of 190.05º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACCC is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 172 204 -
CMYK 0.94 0.16 0 0.2
HSL 190.05º 0.88% 0.43% -
HSV(B) 190.05º 0.94% 0.8% -
XYZ 25.82 33.95 62.32 -
YUV 128.11 170.82 45.9 -
System Red Green Blue C M Y K H S L
Decimal 13 172 204 0.94 0.16 0 0.2 190.05 0.88 0.43
Hex D AC CC 5E 10 0 14 BE 58 2B
Octal 15 254 314 136 20 0 24 276 130 53
Binary 1101 10101100 11001100 1011110 10000 0 10100 10111110 1011000 101011

Color Harmonies of #0DACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACCC

Black with #0DACCC

Text Example


Text Example

White with #0DACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DACCC; }

 p { color: rgb(13,172,204); }

 H1.HeaderClassName
 {
   color: #0DACCC;
 }
 .AnyTagClassName
 {
   color: #0DACCC;
 }
</style>

background-color css

<style>
 a { background-color: #0DACCC; }

 a { background-color: rgb(13,172,204); }

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

border-color css

<style>
 span { border-color: #0DACCC; }

 span { border-color: rgb(13,172,204); }

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