Html Css Color HEX #0DA8CD Iris Blue

📋 copy color: '#0DA8CD'

red 13 ◦ green 168 ◦ blue 205

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

Shades of Iris Blue #0DA8CD

Tints of Iris Blue #0DA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.52%

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 3.37%
G = 43.52%
B = 53.11%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0DA8CD (or 0x0DA8CD) is known color: Iris Blue. HEX triplet: 0D, A8 and CD. RGB value is (13,168,205). Sum of RGB (Red+Green+Blue) = 13+168+205=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DA8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8CD is #F25732. Grayscale: #7D7D7D. Windows color (decimal): -15882035 or 13477901. OLE color: 13477901.

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

Color convert

RGB 13 168 205 -
CMYK 0.94 0.18 0 0.20
HSL 191.56º 0.88% 0.43% -
HSV(B) 191.56º 0.94% 0.8% -
XYZ 25.19 32.5 62.7 -
YUV 125.87 172.65 47.49 -
System Red Green Blue C M Y K H S L
Decimal 13 168 205 0.94 0.18 0 0.20 191.56 0.88 0.43
Hex D A8 CD 5E 12 0 14 C0 58 2B
Octal 15 250 315 136 22 0 24 300 130 53
Binary 1101 10101000 11001101 1011110 10010 0 10100 11000000 1011000 101011

Color Harmonies of #0DA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA8CD

Black with #0DA8CD

Text Example


Text Example

White with #0DA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,168,205); }

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

background-color css

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

 a { background-color: rgb(13,168,205); }

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

border-color css

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

 span { border-color: rgb(13,168,205); }

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