Html Css Color HEX #0AB2DD Iris Blue

📋 copy color: '#0AB2DD'

red 10 ◦ green 178 ◦ blue 221

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

Shades of Iris Blue #0AB2DD

Tints of Iris Blue #0AB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 2.44%
G = 43.52%
B = 54.03%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AB2DD (or 0x0AB2DD) is known color: Iris Blue. HEX triplet: 0A, B2 and DD. RGB value is (10,178,221). Sum of RGB (Red+Green+Blue) = 10+178+221=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AB2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2DD is #F54D22. Grayscale: #848484. Windows color (decimal): -16076067 or 14529034. OLE color: 14529034.

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

Color convert

RGB 10 178 221 -
CMYK 0.95 0.19 0 0.13
HSL 192.23º 0.91% 0.45% -
HSV(B) 192.23º 0.95% 0.87% -
XYZ 29.1 37.13 74.04 -
YUV 132.67 177.84 40.5 -
System Red Green Blue C M Y K H S L
Decimal 10 178 221 0.95 0.19 0 0.13 192.23 0.91 0.45
Hex A B2 DD 5F 13 0 D C0 5B 2D
Octal 12 262 335 137 23 0 15 300 133 55
Binary 1010 10110010 11011101 1011111 10011 0 1101 11000000 1011011 101101

Color Harmonies of #0AB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB2DD

Black with #0AB2DD

Text Example


Text Example

White with #0AB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,178,221); }

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

background-color css

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

 a { background-color: rgb(10,178,221); }

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

border-color css

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

 span { border-color: rgb(10,178,221); }

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