Html Css Color HEX #0ABECA Iris Blue

📋 copy color: '#0ABECA'

red 10 ◦ green 190 ◦ blue 202

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

Shades of Iris Blue #0ABECA

Tints of Iris Blue #0ABECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 2.49%
G = 47.26%
B = 50.25%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0ABECA (or 0x0ABECA) is known color: Iris Blue. HEX triplet: 0A, BE and CA. RGB value is (10,190,202). Sum of RGB (Red+Green+Blue) = 10+190+202=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #0ABECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABECA is #F54135. Grayscale: #898989. Windows color (decimal): -16073014 or 13286922. OLE color: 13286922.

HSL color Cylindrical-coordinate representation of color #0ABECA: hue angle of 183.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABECA is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 190 202 -
CMYK 0.95 0.06 0 0.21
HSL 183.75º 0.91% 0.42% -
HSV(B) 183.75º 0.95% 0.79% -
XYZ 29.2 41.16 62.28 -
YUV 137.55 164.37 37.02 -
System Red Green Blue C M Y K H S L
Decimal 10 190 202 0.95 0.06 0 0.21 183.75 0.91 0.42
Hex A BE CA 5F 6 0 15 B8 5B 2A
Octal 12 276 312 137 6 0 25 270 133 52
Binary 1010 10111110 11001010 1011111 110 0 10101 10111000 1011011 101010

Color Harmonies of #0ABECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABECA

Black with #0ABECA

Text Example


Text Example

White with #0ABECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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