Html Css Color HEX #0DACCF Iris Blue

📋 copy color: '#0DACCF'

red 13 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #0DACCF

Tints of Iris Blue #0DACCF

RGB

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

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

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

R = 3.32%
G = 43.88%
B = 52.81%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DACCF (or 0x0DACCF) is known color: Iris Blue. HEX triplet: 0D, AC and CF. RGB value is (13,172,207). Sum of RGB (Red+Green+Blue) = 13+172+207=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACCF is #F25330. Grayscale: #808080. Windows color (decimal): -15881009 or 13609997. OLE color: 13609997.

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

Color convert

RGB 13 172 207 -
CMYK 0.94 0.17 0 0.19
HSL 190.82º 0.88% 0.43% -
HSV(B) 190.82º 0.94% 0.81% -
XYZ 26.18 34.1 64.23 -
YUV 128.45 172.32 45.65 -
System Red Green Blue C M Y K H S L
Decimal 13 172 207 0.94 0.17 0 0.19 190.82 0.88 0.43
Hex D AC CF 5E 11 0 13 BF 58 2B
Octal 15 254 317 136 21 0 23 277 130 53
Binary 1101 10101100 11001111 1011110 10001 0 10011 10111111 1011000 101011

Color Harmonies of #0DACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACCF

Black with #0DACCF

Text Example


Text Example

White with #0DACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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