Html Css Color HEX #0ABECF Iris Blue

📋 copy color: '#0ABECF'

red 10 ◦ green 190 ◦ blue 207

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

Shades of Iris Blue #0ABECF

Tints of Iris Blue #0ABECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 2.46%
G = 46.68%
B = 50.86%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0ABECF (or 0x0ABECF) is known color: Iris Blue. HEX triplet: 0A, BE and CF. RGB value is (10,190,207). Sum of RGB (Red+Green+Blue) = 10+190+207=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #0ABECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABECF is #F54130. Grayscale: #898989. Windows color (decimal): -16073009 or 13614602. OLE color: 13614602.

HSL color Cylindrical-coordinate representation of color #0ABECF: hue angle of 185.18º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABECF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 190 207 -
CMYK 0.95 0.08 0 0.19
HSL 185.18º 0.91% 0.43% -
HSV(B) 185.18º 0.95% 0.81% -
XYZ 29.8 41.4 65.45 -
YUV 138.12 166.87 36.62 -
System Red Green Blue C M Y K H S L
Decimal 10 190 207 0.95 0.08 0 0.19 185.18 0.91 0.43
Hex A BE CF 5F 8 0 13 B9 5B 2B
Octal 12 276 317 137 10 0 23 271 133 53
Binary 1010 10111110 11001111 1011111 1000 0 10011 10111001 1011011 101011

Color Harmonies of #0ABECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABECF

Black with #0ABECF

Text Example


Text Example

White with #0ABECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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