Html Css Color HEX #0ABEDC Iris Blue

📋 copy color: '#0ABEDC'

red 10 ◦ green 190 ◦ blue 220

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

Shades of Iris Blue #0ABEDC

Tints of Iris Blue #0ABEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 2.38%
G = 45.24%
B = 52.38%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ABEDC (or 0x0ABEDC) is known color: Iris Blue. HEX triplet: 0A, BE and DC. RGB value is (10,190,220). Sum of RGB (Red+Green+Blue) = 10+190+220=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ABEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEDC is #F54123. Grayscale: #8B8B8B. Windows color (decimal): -16072996 or 14466570. OLE color: 14466570.

HSL color Cylindrical-coordinate representation of color #0ABEDC: hue angle of 188.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABEDC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 190 220 -
CMYK 0.95 0.14 0 0.14
HSL 188.57º 0.91% 0.45% -
HSV(B) 188.57º 0.95% 0.86% -
XYZ 31.46 42.06 74.17 -
YUV 139.6 173.37 35.56 -
System Red Green Blue C M Y K H S L
Decimal 10 190 220 0.95 0.14 0 0.14 188.57 0.91 0.45
Hex A BE DC 5F E 0 E BD 5B 2D
Octal 12 276 334 137 16 0 16 275 133 55
Binary 1010 10111110 11011100 1011111 1110 0 1110 10111101 1011011 101101

Color Harmonies of #0ABEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEDC

Black with #0ABEDC

Text Example


Text Example

White with #0ABEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,220); }

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

background-color css

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

 a { background-color: rgb(10,190,220); }

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

border-color css

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

 span { border-color: rgb(10,190,220); }

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