Html Css Color HEX #0AB3DF Iris Blue

📋 copy color: '#0AB3DF'

red 10 ◦ green 179 ◦ blue 223

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

Shades of Iris Blue #0AB3DF

Tints of Iris Blue #0AB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 2.43%
G = 43.45%
B = 54.13%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AB3DF (or 0x0AB3DF) is known color: Iris Blue. HEX triplet: 0A, B3 and DF. RGB value is (10,179,223). Sum of RGB (Red+Green+Blue) = 10+179+223=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AB3DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB3DF is #F54C20. Grayscale: #858585. Windows color (decimal): -16075809 or 14660362. OLE color: 14660362.

HSL color Cylindrical-coordinate representation of color #0AB3DF: hue angle of 192.39º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB3DF is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 179 223 -
CMYK 0.96 0.20 0 0.13
HSL 192.39º 0.91% 0.46% -
HSV(B) 192.39º 0.96% 0.87% -
XYZ 29.56 37.63 75.52 -
YUV 133.49 178.51 39.92 -
System Red Green Blue C M Y K H S L
Decimal 10 179 223 0.96 0.20 0 0.13 192.39 0.91 0.46
Hex A B3 DF 60 14 0 D C0 5B 2E
Octal 12 263 337 140 24 0 15 300 133 56
Binary 1010 10110011 11011111 1100000 10100 0 1101 11000000 1011011 101110

Color Harmonies of #0AB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB3DF

Black with #0AB3DF

Text Example


Text Example

White with #0AB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,179,223); }

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

background-color css

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

 a { background-color: rgb(10,179,223); }

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

border-color css

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

 span { border-color: rgb(10,179,223); }

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