Html Css Color HEX #0ABEBC Iris Blue

📋 copy color: '#0ABEBC'

red 10 ◦ green 190 ◦ blue 188

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

Shades of Iris Blue #0ABEBC

Tints of Iris Blue #0ABEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 2.58%
G = 48.97%
B = 48.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#0ABEBC (or 0x0ABEBC) is known color: Iris Blue. HEX triplet: 0A, BE and BC. RGB value is (10,190,188). Sum of RGB (Red+Green+Blue) = 10+190+188=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEBC is #F54143. Grayscale: #878787. Windows color (decimal): -16073028 or 12369418. OLE color: 12369418.

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

Color convert

RGB 10 190 188 -
CMYK 0.95 0 0.01 0.25
HSL 179.33º 0.9% 0.39% -
HSV(B) 179.33º 0.95% 0.75% -
XYZ 27.62 40.52 53.94 -
YUV 135.95 157.37 38.16 -
System Red Green Blue C M Y K H S L
Decimal 10 190 188 0.95 0 0.01 0.25 179.33 0.9 0.39
Hex A BE BC 5F 0 1 19 B3 5A 27
Octal 12 276 274 137 0 1 31 263 132 47
Binary 1010 10111110 10111100 1011111 0 1 11001 10110011 1011010 100111

Color Harmonies of #0ABEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEBC

Black with #0ABEBC

Text Example


Text Example

White with #0ABEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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