Html Css Color HEX #0ABDCD Iris Blue

📋 copy color: '#0ABDCD'

red 10 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #0ABDCD

Tints of Iris Blue #0ABDCD

RGB

 RED value IS 10 (4.3% from 255) = 2.48%

 GREEN value IS 189 (74.22% from 255) = 46.78%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 2.48%
G = 46.78%
B = 50.74%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0ABDCD (or 0x0ABDCD) is known color: Iris Blue. HEX triplet: 0A, BD and CD. RGB value is (10,189,205). Sum of RGB (Red+Green+Blue) = 10+189+205=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #0ABDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDCD is #F54232. Grayscale: #898989. Windows color (decimal): -16073267 or 13483274. OLE color: 13483274.

HSL color Cylindrical-coordinate representation of color #0ABDCD: hue angle of 184.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDCD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 189 205 -
CMYK 0.95 0.08 0 0.20
HSL 184.92º 0.91% 0.42% -
HSV(B) 184.92º 0.95% 0.8% -
XYZ 29.34 40.87 64.1 -
YUV 137.3 166.2 37.2 -
System Red Green Blue C M Y K H S L
Decimal 10 189 205 0.95 0.08 0 0.20 184.92 0.91 0.42
Hex A BD CD 5F 8 0 14 B9 5B 2A
Octal 12 275 315 137 10 0 24 271 133 52
Binary 1010 10111101 11001101 1011111 1000 0 10100 10111001 1011011 101010

Color Harmonies of #0ABDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDCD

Black with #0ABDCD

Text Example


Text Example

White with #0ABDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,205); }

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

background-color css

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

 a { background-color: rgb(10,189,205); }

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

border-color css

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

 span { border-color: rgb(10,189,205); }

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