Html Css Color HEX #0ABEDB Iris Blue

📋 copy color: '#0ABEDB'

red 10 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #0ABEDB

Tints of Iris Blue #0ABEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 2.39%
G = 45.35%
B = 52.27%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ABEDB (or 0x0ABEDB) is known color: Iris Blue. HEX triplet: 0A, BE and DB. RGB value is (10,190,219). Sum of RGB (Red+Green+Blue) = 10+190+219=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ABEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEDB is #F54124. Grayscale: #8B8B8B. Windows color (decimal): -16072997 or 14401034. OLE color: 14401034.

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

Color convert

RGB 10 190 219 -
CMYK 0.95 0.13 0 0.14
HSL 188.33º 0.91% 0.45% -
HSV(B) 188.33º 0.95% 0.86% -
XYZ 31.32 42.01 73.47 -
YUV 139.49 172.87 35.64 -
System Red Green Blue C M Y K H S L
Decimal 10 190 219 0.95 0.13 0 0.14 188.33 0.91 0.45
Hex A BE DB 5F D 0 E BC 5B 2D
Octal 12 276 333 137 15 0 16 274 133 55
Binary 1010 10111110 11011011 1011111 1101 0 1110 10111100 1011011 101101

Color Harmonies of #0ABEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEDB

Black with #0ABEDB

Text Example


Text Example

White with #0ABEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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