Html Css Color HEX #0DBEC7 Iris Blue

📋 copy color: '#0DBEC7'

red 13 ◦ green 190 ◦ blue 199

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

Shades of Iris Blue #0DBEC7

Tints of Iris Blue #0DBEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.5%

R = 3.23%
G = 47.26%
B = 49.5%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0DBEC7 (or 0x0DBEC7) is known color: Iris Blue. HEX triplet: 0D, BE and C7. RGB value is (13,190,199). Sum of RGB (Red+Green+Blue) = 13+190+199=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #0DBEC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEC7 is #F24138. Grayscale: #898989. Windows color (decimal): -15876409 or 13090317. OLE color: 13090317.

HSL color Cylindrical-coordinate representation of color #0DBEC7: hue angle of 182.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBEC7 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 190 199 -
CMYK 0.93 0.05 0 0.22
HSL 182.9º 0.88% 0.42% -
HSV(B) 182.9º 0.93% 0.78% -
XYZ 28.89 41.04 60.43 -
YUV 138.1 162.36 38.77 -
System Red Green Blue C M Y K H S L
Decimal 13 190 199 0.93 0.05 0 0.22 182.9 0.88 0.42
Hex D BE C7 5D 5 0 16 B7 58 2A
Octal 15 276 307 135 5 0 26 267 130 52
Binary 1101 10111110 11000111 1011101 101 0 10110 10110111 1011000 101010

Color Harmonies of #0DBEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBEC7

Black with #0DBEC7

Text Example


Text Example

White with #0DBEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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