Html Css Color HEX #0DBDDA Iris Blue

📋 copy color: '#0DBDDA'

red 13 ◦ green 189 ◦ blue 218

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

Shades of Iris Blue #0DBDDA

Tints of Iris Blue #0DBDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 3.1%
G = 45%
B = 51.9%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0DBDDA (or 0x0DBDDA) is known color: Iris Blue. HEX triplet: 0D, BD and DA. RGB value is (13,189,218). Sum of RGB (Red+Green+Blue) = 13+189+218=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DBDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDDA is #F24225. Grayscale: #8B8B8B. Windows color (decimal): -15876646 or 14335245. OLE color: 14335245.

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

Color convert

RGB 13 189 218 -
CMYK 0.94 0.13 0 0.15
HSL 188.49º 0.89% 0.45% -
HSV(B) 188.49º 0.94% 0.85% -
XYZ 31.02 41.54 72.71 -
YUV 139.68 172.19 37.64 -
System Red Green Blue C M Y K H S L
Decimal 13 189 218 0.94 0.13 0 0.15 188.49 0.89 0.45
Hex D BD DA 5E D 0 F BC 59 2D
Octal 15 275 332 136 15 0 17 274 131 55
Binary 1101 10111101 11011010 1011110 1101 0 1111 10111100 1011001 101101

Color Harmonies of #0DBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDDA

Black with #0DBDDA

Text Example


Text Example

White with #0DBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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