Html Css Color HEX #0ABEBB Iris Blue

📋 copy color: '#0ABEBB'

red 10 ◦ green 190 ◦ blue 187

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

Shades of Iris Blue #0ABEBB

Tints of Iris Blue #0ABEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 2.58%
G = 49.1%
B = 48.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#0ABEBB (or 0x0ABEBB) is known color: Iris Blue. HEX triplet: 0A, BE and BB. RGB value is (10,190,187). Sum of RGB (Red+Green+Blue) = 10+190+187=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEBB is #F54144. Grayscale: #878787. Windows color (decimal): -16073029 or 12303882. OLE color: 12303882.

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

Color convert

RGB 10 190 187 -
CMYK 0.95 0 0.02 0.25
HSL 179º 0.9% 0.39% -
HSV(B) 179º 0.95% 0.75% -
XYZ 27.51 40.48 53.38 -
YUV 135.84 156.87 38.24 -
System Red Green Blue C M Y K H S L
Decimal 10 190 187 0.95 0 0.02 0.25 179 0.9 0.39
Hex A BE BB 5F 0 2 19 B3 5A 27
Octal 12 276 273 137 0 2 31 263 132 47
Binary 1010 10111110 10111011 1011111 0 10 11001 10110011 1011010 100111

Color Harmonies of #0ABEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEBB

Black with #0ABEBB

Text Example


Text Example

White with #0ABEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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