Html Css Color HEX #0DBDDF Iris Blue

📋 copy color: '#0DBDDF'

red 13 ◦ green 189 ◦ blue 223

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

Shades of Iris Blue #0DBDDF

Tints of Iris Blue #0DBDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.47%

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 3.06%
G = 44.47%
B = 52.47%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DBDDF (or 0x0DBDDF) is known color: Iris Blue. HEX triplet: 0D, BD and DF. RGB value is (13,189,223). Sum of RGB (Red+Green+Blue) = 13+189+223=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DBDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDDF is #F24220. Grayscale: #8B8B8B. Windows color (decimal): -15876641 or 14662925. OLE color: 14662925.

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

Color convert

RGB 13 189 223 -
CMYK 0.94 0.15 0 0.13
HSL 189.71º 0.89% 0.46% -
HSV(B) 189.71º 0.94% 0.87% -
XYZ 31.68 41.81 76.21 -
YUV 140.25 174.69 37.24 -
System Red Green Blue C M Y K H S L
Decimal 13 189 223 0.94 0.15 0 0.13 189.71 0.89 0.46
Hex D BD DF 5E F 0 D BE 59 2E
Octal 15 275 337 136 17 0 15 276 131 56
Binary 1101 10111101 11011111 1011110 1111 0 1101 10111110 1011001 101110

Color Harmonies of #0DBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDDF

Black with #0DBDDF

Text Example


Text Example

White with #0DBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,189,223); }

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

background-color css

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

 a { background-color: rgb(13,189,223); }

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

border-color css

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

 span { border-color: rgb(13,189,223); }

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