Html Css Color HEX #0DBECC Iris Blue

📋 copy color: '#0DBECC'

red 13 ◦ green 190 ◦ blue 204

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

Shades of Iris Blue #0DBECC

Tints of Iris Blue #0DBECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 3.19%
G = 46.68%
B = 50.12%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0DBECC (or 0x0DBECC) is known color: Iris Blue. HEX triplet: 0D, BE and CC. RGB value is (13,190,204). Sum of RGB (Red+Green+Blue) = 13+190+204=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DBECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBECC is #F24133. Grayscale: #8A8A8A. Windows color (decimal): -15876404 or 13417997. OLE color: 13417997.

HSL color Cylindrical-coordinate representation of color #0DBECC: hue angle of 184.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBECC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 190 204 -
CMYK 0.94 0.07 0 0.2
HSL 184.4º 0.88% 0.43% -
HSV(B) 184.4º 0.94% 0.8% -
XYZ 29.48 41.27 63.54 -
YUV 138.67 164.86 38.36 -
System Red Green Blue C M Y K H S L
Decimal 13 190 204 0.94 0.07 0 0.2 184.4 0.88 0.43
Hex D BE CC 5E 7 0 14 B8 58 2B
Octal 15 276 314 136 7 0 24 270 130 53
Binary 1101 10111110 11001100 1011110 111 0 10100 10111000 1011000 101011

Color Harmonies of #0DBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBECC

Black with #0DBECC

Text Example


Text Example

White with #0DBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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