Html Css Color HEX #0DBEBA Iris Blue

📋 copy color: '#0DBEBA'

red 13 ◦ green 190 ◦ blue 186

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

Shades of Iris Blue #0DBEBA

Tints of Iris Blue #0DBEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.84%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 3.34%
G = 48.84%
B = 47.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#0DBEBA (or 0x0DBEBA) is known color: Iris Blue. HEX triplet: 0D, BE and BA. RGB value is (13,190,186). Sum of RGB (Red+Green+Blue) = 13+190+186=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEBA is #F24145. Grayscale: #888888. Windows color (decimal): -15876422 or 12238349. OLE color: 12238349.

HSL color Cylindrical-coordinate representation of color #0DBEBA: hue angle of 178.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBEBA is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 190 186 -
CMYK 0.93 0 0.02 0.25
HSL 178.64º 0.87% 0.4% -
HSV(B) 178.64º 0.93% 0.75% -
XYZ 27.44 40.46 52.82 -
YUV 136.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 13 190 186 0.93 0 0.02 0.25 178.64 0.87 0.4
Hex D BE BA 5D 0 2 19 B3 57 28
Octal 15 276 272 135 0 2 31 263 127 50
Binary 1101 10111110 10111010 1011101 0 10 11001 10110011 1010111 101000

Color Harmonies of #0DBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBEBA

Black with #0DBEBA

Text Example


Text Example

White with #0DBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,186); }

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

background-color css

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

 a { background-color: rgb(13,190,186); }

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

border-color css

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

 span { border-color: rgb(13,190,186); }

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