Html Css Color HEX #0DABDE Iris Blue

📋 copy color: '#0DABDE'

red 13 ◦ green 171 ◦ blue 222

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

Shades of Iris Blue #0DABDE

Tints of Iris Blue #0DABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 3.2%
G = 42.12%
B = 54.68%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DABDE (or 0x0DABDE) is known color: Iris Blue. HEX triplet: 0D, AB and DE. RGB value is (13,171,222). Sum of RGB (Red+Green+Blue) = 13+171+222=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DABDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABDE is #F25421. Grayscale: #818181. Windows color (decimal): -15881250 or 14592781. OLE color: 14592781.

HSL color Cylindrical-coordinate representation of color #0DABDE: hue angle of 194.64º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DABDE is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 171 222 -
CMYK 0.94 0.23 0 0.13
HSL 194.64º 0.89% 0.46% -
HSV(B) 194.64º 0.94% 0.87% -
XYZ 27.91 34.49 74.29 -
YUV 129.57 180.15 44.85 -
System Red Green Blue C M Y K H S L
Decimal 13 171 222 0.94 0.23 0 0.13 194.64 0.89 0.46
Hex D AB DE 5E 17 0 D C3 59 2E
Octal 15 253 336 136 27 0 15 303 131 56
Binary 1101 10101011 11011110 1011110 10111 0 1101 11000011 1011001 101110

Color Harmonies of #0DABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABDE

Black with #0DABDE

Text Example


Text Example

White with #0DABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,222); }

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

background-color css

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

 a { background-color: rgb(13,171,222); }

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

border-color css

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

 span { border-color: rgb(13,171,222); }

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