Html Css Color HEX #0ABFC9 Iris Blue

📋 copy color: '#0ABFC9'

red 10 ◦ green 191 ◦ blue 201

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

Shades of Iris Blue #0ABFC9

Tints of Iris Blue #0ABFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 47.51%

 BLUE value IS 201 (78.91% from 255) = 50%

R = 2.49%
G = 47.51%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0ABFC9 (or 0x0ABFC9) is known color: Iris Blue. HEX triplet: 0A, BF and C9. RGB value is (10,191,201). Sum of RGB (Red+Green+Blue) = 10+191+201=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #0ABFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFC9 is #F54036. Grayscale: #898989. Windows color (decimal): -16072759 or 13221642. OLE color: 13221642.

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

Color convert

RGB 10 191 201 -
CMYK 0.95 0.05 0 0.21
HSL 183.14º 0.91% 0.41% -
HSV(B) 183.14º 0.95% 0.79% -
XYZ 29.3 41.54 61.73 -
YUV 138.02 163.53 36.69 -
System Red Green Blue C M Y K H S L
Decimal 10 191 201 0.95 0.05 0 0.21 183.14 0.91 0.41
Hex A BF C9 5F 5 0 15 B7 5B 29
Octal 12 277 311 137 5 0 25 267 133 51
Binary 1010 10111111 11001001 1011111 101 0 10101 10110111 1011011 101001

Color Harmonies of #0ABFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFC9

Black with #0ABFC9

Text Example


Text Example

White with #0ABFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,201); }

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

background-color css

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

 a { background-color: rgb(10,191,201); }

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

border-color css

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

 span { border-color: rgb(10,191,201); }

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