Html Css Color HEX #0DBECF Iris Blue

📋 copy color: '#0DBECF'

red 13 ◦ green 190 ◦ blue 207

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

Shades of Iris Blue #0DBECF

Tints of Iris Blue #0DBECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 3.17%
G = 46.34%
B = 50.49%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DBECF (or 0x0DBECF) is known color: Iris Blue. HEX triplet: 0D, BE and CF. RGB value is (13,190,207). Sum of RGB (Red+Green+Blue) = 13+190+207=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DBECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBECF is #F24130. Grayscale: #8A8A8A. Windows color (decimal): -15876401 or 13614605. OLE color: 13614605.

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

Color convert

RGB 13 190 207 -
CMYK 0.94 0.08 0 0.19
HSL 185.26º 0.88% 0.43% -
HSV(B) 185.26º 0.94% 0.81% -
XYZ 29.84 41.42 65.45 -
YUV 139.02 166.36 38.12 -
System Red Green Blue C M Y K H S L
Decimal 13 190 207 0.94 0.08 0 0.19 185.26 0.88 0.43
Hex D BE CF 5E 8 0 13 B9 58 2B
Octal 15 276 317 136 10 0 23 271 130 53
Binary 1101 10111110 11001111 1011110 1000 0 10011 10111001 1011000 101011

Color Harmonies of #0DBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBECF

Black with #0DBECF

Text Example


Text Example

White with #0DBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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