Html Css Color HEX #0ABEB8 Iris Blue

📋 copy color: '#0ABEB8'

red 10 ◦ green 190 ◦ blue 184

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

Shades of Iris Blue #0ABEB8

Tints of Iris Blue #0ABEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 2.6%
G = 49.48%
B = 47.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#0ABEB8 (or 0x0ABEB8) is known color: Iris Blue. HEX triplet: 0A, BE and B8. RGB value is (10,190,184). Sum of RGB (Red+Green+Blue) = 10+190+184=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEB8 is #F54147. Grayscale: #878787. Windows color (decimal): -16073032 or 12107274. OLE color: 12107274.

HSL color Cylindrical-coordinate representation of color #0ABEB8: hue angle of 178º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABEB8 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 190 184 -
CMYK 0.95 0 0.03 0.25
HSL 178º 0.9% 0.39% -
HSV(B) 178º 0.95% 0.75% -
XYZ 27.19 40.35 51.7 -
YUV 135.5 155.37 38.49 -
System Red Green Blue C M Y K H S L
Decimal 10 190 184 0.95 0 0.03 0.25 178 0.9 0.39
Hex A BE B8 5F 0 3 19 B2 5A 27
Octal 12 276 270 137 0 3 31 262 132 47
Binary 1010 10111110 10111000 1011111 0 11 11001 10110010 1011010 100111

Color Harmonies of #0ABEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEB8

Black with #0ABEB8

Text Example


Text Example

White with #0ABEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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