Html Css Color HEX #00BEC6 Iris Blue

📋 copy color: '#00BEC6'

red 0 ◦ green 190 ◦ blue 198

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

Shades of Iris Blue #00BEC6

Tints of Iris Blue #00BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.97%

 BLUE value IS 198 (77.73% from 255) = 51.03%

R = 0%
G = 48.97%
B = 51.03%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#00BEC6 (or 0x00BEC6) is known color: Iris Blue. HEX triplet: 00, BE and C6. RGB value is (0,190,198). Sum of RGB (Red+Green+Blue) = 0+190+198=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #00BEC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEC6 is #FF4139. Grayscale: #858585. Windows color (decimal): -16728378 or 13024768. OLE color: 13024768.

HSL color Cylindrical-coordinate representation of color #00BEC6: hue angle of 182.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEC6 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 190 198 -
CMYK 1 0.04 0 0.22
HSL 182.42º 1% 0.39% -
HSV(B) 182.42º 1% 0.78% -
XYZ 28.61 40.9 59.81 -
YUV 134.1 164.05 32.35 -
System Red Green Blue C M Y K H S L
Decimal 0 190 198 1 0.04 0 0.22 182.42 1 0.39
Hex 0 BE C6 64 4 0 16 B6 64 27
Octal 0 276 306 144 4 0 26 266 144 47
Binary 0 10111110 11000110 1100100 100 0 10110 10110110 1100100 100111

Color Harmonies of #00BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEC6

Black with #00BEC6

Text Example


Text Example

White with #00BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,190,198); }

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

background-color css

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

 a { background-color: rgb(0,190,198); }

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

border-color css

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

 span { border-color: rgb(0,190,198); }

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