Html Css Color HEX #00BECE Iris Blue

📋 copy color: '#00BECE'

red 0 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #00BECE

Tints of Iris Blue #00BECE

RGB

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

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

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

R = 0%
G = 47.98%
B = 52.02%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00BECE (or 0x00BECE) is known color: Iris Blue. HEX triplet: 00, BE and CE. RGB value is (0,190,206). Sum of RGB (Red+Green+Blue) = 0+190+206=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #00BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BECE is #FF4131. Grayscale: #868686. Windows color (decimal): -16728370 or 13549056. OLE color: 13549056.

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

Color convert

RGB 0 190 206 -
CMYK 1 0.08 0 0.19
HSL 184.66º 1% 0.4% -
HSV(B) 184.66º 1% 0.81% -
XYZ 29.55 41.28 64.8 -
YUV 135.01 168.05 31.7 -
System Red Green Blue C M Y K H S L
Decimal 0 190 206 1 0.08 0 0.19 184.66 1 0.4
Hex 0 BE CE 64 8 0 13 B9 64 28
Octal 0 276 316 144 10 0 23 271 144 50
Binary 0 10111110 11001110 1100100 1000 0 10011 10111001 1100100 101000

Color Harmonies of #00BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BECE

Black with #00BECE

Text Example


Text Example

White with #00BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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