Html Css Color HEX #0DBDD7 Iris Blue

📋 copy color: '#0DBDD7'

red 13 ◦ green 189 ◦ blue 215

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

Shades of Iris Blue #0DBDD7

Tints of Iris Blue #0DBDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 3.12%
G = 45.32%
B = 51.56%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0DBDD7 (or 0x0DBDD7) is known color: Iris Blue. HEX triplet: 0D, BD and D7. RGB value is (13,189,215). Sum of RGB (Red+Green+Blue) = 13+189+215=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #0DBDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDD7 is #F24228. Grayscale: #8B8B8B. Windows color (decimal): -15876649 or 14138637. OLE color: 14138637.

HSL color Cylindrical-coordinate representation of color #0DBDD7: hue angle of 187.72º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBDD7 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 189 215 -
CMYK 0.94 0.12 0 0.16
HSL 187.72º 0.89% 0.45% -
HSV(B) 187.72º 0.94% 0.84% -
XYZ 30.63 41.39 70.66 -
YUV 139.34 170.69 37.89 -
System Red Green Blue C M Y K H S L
Decimal 13 189 215 0.94 0.12 0 0.16 187.72 0.89 0.45
Hex D BD D7 5E C 0 10 BC 59 2D
Octal 15 275 327 136 14 0 20 274 131 55
Binary 1101 10111101 11010111 1011110 1100 0 10000 10111100 1011001 101101

Color Harmonies of #0DBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDD7

Black with #0DBDD7

Text Example


Text Example

White with #0DBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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