Html Css Color HEX #00BABC Iris Blue

📋 copy color: '#00BABC'

red 0 ◦ green 186 ◦ blue 188

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

Shades of Iris Blue #00BABC

Tints of Iris Blue #00BABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 0%
G = 49.73%
B = 50.27%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00BABC (or 0x00BABC) is known color: Iris Blue. HEX triplet: 00, BA and BC. RGB value is (0,186,188). Sum of RGB (Red+Green+Blue) = 0+186+188=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #00BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BABC is #FF4543. Grayscale: #828282. Windows color (decimal): -16729412 or 12368384. OLE color: 12368384.

HSL color Cylindrical-coordinate representation of color #00BABC: hue angle of 180.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BABC is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 186 188 -
CMYK 1 0.01 0 0.26
HSL 180.64º 1% 0.37% -
HSV(B) 180.64º 1% 0.74% -
XYZ 26.64 38.75 53.65 -
YUV 130.61 160.38 34.84 -
System Red Green Blue C M Y K H S L
Decimal 0 186 188 1 0.01 0 0.26 180.64 1 0.37
Hex 0 BA BC 64 1 0 1A B5 64 25
Octal 0 272 274 144 1 0 32 265 144 45
Binary 0 10111010 10111100 1100100 1 0 11010 10110101 1100100 100101

Color Harmonies of #00BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BABC

Black with #00BABC

Text Example


Text Example

White with #00BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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