Html Css Color HEX #0ABCCC Iris Blue

📋 copy color: '#0ABCCC'

red 10 ◦ green 188 ◦ blue 204

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

Shades of Iris Blue #0ABCCC

Tints of Iris Blue #0ABCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 2.49%
G = 46.77%
B = 50.75%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0ABCCC (or 0x0ABCCC) is known color: Iris Blue. HEX triplet: 0A, BC and CC. RGB value is (10,188,204). Sum of RGB (Red+Green+Blue) = 10+188+204=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #0ABCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCCC is #F54333. Grayscale: #888888. Windows color (decimal): -16073524 or 13417482. OLE color: 13417482.

HSL color Cylindrical-coordinate representation of color #0ABCCC: hue angle of 184.95º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCCC is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 188 204 -
CMYK 0.95 0.08 0 0.2
HSL 184.95º 0.91% 0.42% -
HSV(B) 184.95º 0.95% 0.8% -
XYZ 29.01 40.39 63.39 -
YUV 136.6 166.03 37.7 -
System Red Green Blue C M Y K H S L
Decimal 10 188 204 0.95 0.08 0 0.2 184.95 0.91 0.42
Hex A BC CC 5F 8 0 14 B9 5B 2A
Octal 12 274 314 137 10 0 24 271 133 52
Binary 1010 10111100 11001100 1011111 1000 0 10100 10111001 1011011 101010

Color Harmonies of #0ABCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCCC

Black with #0ABCCC

Text Example


Text Example

White with #0ABCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,204); }

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

background-color css

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

 a { background-color: rgb(10,188,204); }

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

border-color css

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

 span { border-color: rgb(10,188,204); }

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