Html Css Color HEX #00BACE Iris Blue

📋 copy color: '#00BACE'

red 0 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #00BACE

Tints of Iris Blue #00BACE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 186 (73.05% from 255) = 47.45%

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 0%
G = 47.45%
B = 52.55%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00BACE (or 0x00BACE) is known color: Iris Blue. HEX triplet: 00, BA and CE. RGB value is (0,186,206). Sum of RGB (Red+Green+Blue) = 0+186+206=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #00BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BACE is #FF4531. Grayscale: #848484. Windows color (decimal): -16729394 or 13548032. OLE color: 13548032.

HSL color Cylindrical-coordinate representation of color #00BACE: hue angle of 185.83º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BACE is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 186 206 -
CMYK 1 0.10 0 0.19
HSL 185.83º 1% 0.4% -
HSV(B) 185.83º 1% 0.81% -
XYZ 28.7 39.57 64.52 -
YUV 132.67 169.38 33.37 -
System Red Green Blue C M Y K H S L
Decimal 0 186 206 1 0.10 0 0.19 185.83 1 0.4
Hex 0 BA CE 64 A 0 13 BA 64 28
Octal 0 272 316 144 12 0 23 272 144 50
Binary 0 10111010 11001110 1100100 1010 0 10011 10111010 1100100 101000

Color Harmonies of #00BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BACE

Black with #00BACE

Text Example


Text Example

White with #00BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BACE; }

 p { color: rgb(0,186,206); }

 H1.HeaderClassName
 {
   color: #00BACE;
 }
 .AnyTagClassName
 {
   color: #00BACE;
 }
</style>

background-color css

<style>
 a { background-color: #00BACE; }

 a { background-color: rgb(0,186,206); }

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

border-color css

<style>
 span { border-color: #00BACE; }

 span { border-color: rgb(0,186,206); }

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