Html Css Color HEX #0AB8C4 Iris Blue

📋 copy color: '#0AB8C4'

red 10 ◦ green 184 ◦ blue 196

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

Shades of Iris Blue #0AB8C4

Tints of Iris Blue #0AB8C4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.18%

 BLUE value IS 196 (76.95% from 255) = 50.26%

R = 2.56%
G = 47.18%
B = 50.26%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0AB8C4 (or 0x0AB8C4) is known color: Iris Blue. HEX triplet: 0A, B8 and C4. RGB value is (10,184,196). Sum of RGB (Red+Green+Blue) = 10+184+196=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #0AB8C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB8C4 is #F5473B. Grayscale: #858585. Windows color (decimal): -16074556 or 12892170. OLE color: 12892170.

HSL color Cylindrical-coordinate representation of color #0AB8C4: hue angle of 183.87º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB8C4 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 184 196 -
CMYK 0.95 0.06 0 0.23
HSL 183.87º 0.9% 0.4% -
HSV(B) 183.87º 0.95% 0.77% -
XYZ 27.23 38.33 58.19 -
YUV 133.34 163.35 40.02 -
System Red Green Blue C M Y K H S L
Decimal 10 184 196 0.95 0.06 0 0.23 183.87 0.9 0.4
Hex A B8 C4 5F 6 0 17 B8 5A 28
Octal 12 270 304 137 6 0 27 270 132 50
Binary 1010 10111000 11000100 1011111 110 0 10111 10111000 1011010 101000

Color Harmonies of #0AB8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB8C4

Black with #0AB8C4

Text Example


Text Example

White with #0AB8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,184,196); }

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

background-color css

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

 a { background-color: rgb(10,184,196); }

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

border-color css

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

 span { border-color: rgb(10,184,196); }

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