Html Css Color HEX #0DADCC Iris Blue

📋 copy color: '#0DADCC'

red 13 ◦ green 173 ◦ blue 204

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

Shades of Iris Blue #0DADCC

Tints of Iris Blue #0DADCC

RGB

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

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

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

R = 3.33%
G = 44.36%
B = 52.31%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0DADCC (or 0x0DADCC) is known color: Iris Blue. HEX triplet: 0D, AD and CC. RGB value is (13,173,204). Sum of RGB (Red+Green+Blue) = 13+173+204=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADCC is #F25233. Grayscale: #808080. Windows color (decimal): -15880756 or 13413645. OLE color: 13413645.

HSL color Cylindrical-coordinate representation of color #0DADCC: hue angle of 189.74º 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 #0DADCC is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 173 204 -
CMYK 0.94 0.15 0 0.2
HSL 189.74º 0.88% 0.43% -
HSV(B) 189.74º 0.94% 0.8% -
XYZ 26.01 34.33 62.38 -
YUV 128.69 170.49 45.48 -
System Red Green Blue C M Y K H S L
Decimal 13 173 204 0.94 0.15 0 0.2 189.74 0.88 0.43
Hex D AD CC 5E F 0 14 BE 58 2B
Octal 15 255 314 136 17 0 24 276 130 53
Binary 1101 10101101 11001100 1011110 1111 0 10100 10111110 1011000 101011

Color Harmonies of #0DADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADCC

Black with #0DADCC

Text Example


Text Example

White with #0DADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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