Html Css Color HEX #0ABFCF Iris Blue

📋 copy color: '#0ABFCF'

red 10 ◦ green 191 ◦ blue 207

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

Shades of Iris Blue #0ABFCF

Tints of Iris Blue #0ABFCF

RGB

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

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

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

R = 2.45%
G = 46.81%
B = 50.74%

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

#0ABFCF (or 0x0ABFCF) is known color: Iris Blue. HEX triplet: 0A, BF and CF. RGB value is (10,191,207). Sum of RGB (Red+Green+Blue) = 10+191+207=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #0ABFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFCF is #F54030. Grayscale: #8A8A8A. Windows color (decimal): -16072753 or 13614858. OLE color: 13614858.

HSL color Cylindrical-coordinate representation of color #0ABFCF: hue angle of 184.87º 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 #0ABFCF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 191 207 -
CMYK 0.95 0.08 0 0.19
HSL 184.87º 0.91% 0.43% -
HSV(B) 184.87º 0.95% 0.81% -
XYZ 30.02 41.83 65.52 -
YUV 138.71 166.53 36.2 -
System Red Green Blue C M Y K H S L
Decimal 10 191 207 0.95 0.08 0 0.19 184.87 0.91 0.43
Hex A BF CF 5F 8 0 13 B9 5B 2B
Octal 12 277 317 137 10 0 23 271 133 53
Binary 1010 10111111 11001111 1011111 1000 0 10011 10111001 1011011 101011

Color Harmonies of #0ABFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFCF

Black with #0ABFCF

Text Example


Text Example

White with #0ABFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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