Html Css Color HEX #0DB3C4 Iris Blue

📋 copy color: '#0DB3C4'

red 13 ◦ green 179 ◦ blue 196

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

Shades of Iris Blue #0DB3C4

Tints of Iris Blue #0DB3C4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

 BLUE value IS 196 (76.95% from 255) = 50.52%

R = 3.35%
G = 46.13%
B = 50.52%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0DB3C4 (or 0x0DB3C4) is known color: Iris Blue. HEX triplet: 0D, B3 and C4. RGB value is (13,179,196). Sum of RGB (Red+Green+Blue) = 13+179+196=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #0DB3C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB3C4 is #F24C3B. Grayscale: #838383. Windows color (decimal): -15879228 or 12890893. OLE color: 12890893.

HSL color Cylindrical-coordinate representation of color #0DB3C4: hue angle of 185.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB3C4 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 179 196 -
CMYK 0.93 0.09 0 0.23
HSL 185.57º 0.88% 0.41% -
HSV(B) 185.57º 0.93% 0.77% -
XYZ 26.25 36.31 57.85 -
YUV 131.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 13 179 196 0.93 0.09 0 0.23 185.57 0.88 0.41
Hex D B3 C4 5D 9 0 17 BA 58 29
Octal 15 263 304 135 11 0 27 272 130 51
Binary 1101 10110011 11000100 1011101 1001 0 10111 10111010 1011000 101001

Color Harmonies of #0DB3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB3C4

Black with #0DB3C4

Text Example


Text Example

White with #0DB3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,179,196); }

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

background-color css

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

 a { background-color: rgb(13,179,196); }

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

border-color css

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

 span { border-color: rgb(13,179,196); }

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