Html Css Color HEX #0ABACD Iris Blue

📋 copy color: '#0ABACD'

red 10 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #0ABACD

Tints of Iris Blue #0ABACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

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

R = 2.49%
G = 46.38%
B = 51.12%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0ABACD (or 0x0ABACD) is known color: Iris Blue. HEX triplet: 0A, BA and CD. RGB value is (10,186,205). Sum of RGB (Red+Green+Blue) = 10+186+205=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #0ABACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABACD is #F54532. Grayscale: #878787. Windows color (decimal): -16074035 or 13482506. OLE color: 13482506.

HSL color Cylindrical-coordinate representation of color #0ABACD: hue angle of 185.85º 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 #0ABACD is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 186 205 -
CMYK 0.95 0.09 0 0.20
HSL 185.85º 0.91% 0.42% -
HSV(B) 185.85º 0.95% 0.8% -
XYZ 28.7 39.59 63.89 -
YUV 135.54 167.19 38.46 -
System Red Green Blue C M Y K H S L
Decimal 10 186 205 0.95 0.09 0 0.20 185.85 0.91 0.42
Hex A BA CD 5F 9 0 14 BA 5B 2A
Octal 12 272 315 137 11 0 24 272 133 52
Binary 1010 10111010 11001101 1011111 1001 0 10100 10111010 1011011 101010

Color Harmonies of #0ABACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABACD

Black with #0ABACD

Text Example


Text Example

White with #0ABACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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