Html Css Color HEX #00BCDB Iris Blue

📋 copy color: '#00BCDB'

red 0 ◦ green 188 ◦ blue 219

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

Shades of Iris Blue #00BCDB

Tints of Iris Blue #00BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 0%
G = 46.19%
B = 53.81%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00BCDB (or 0x00BCDB) is known color: Iris Blue. HEX triplet: 00, BC and DB. RGB value is (0,188,219). Sum of RGB (Red+Green+Blue) = 0+188+219=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #00BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCDB is #FF4324. Grayscale: #878787. Windows color (decimal): -16728869 or 14400512. OLE color: 14400512.

HSL color Cylindrical-coordinate representation of color #00BCDB: hue angle of 188.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCDB is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 188 219 -
CMYK 1 0.14 0 0.14
HSL 188.49º 1% 0.43% -
HSV(B) 188.49º 1% 0.86% -
XYZ 30.77 41.08 73.33 -
YUV 135.32 175.22 31.48 -
System Red Green Blue C M Y K H S L
Decimal 0 188 219 1 0.14 0 0.14 188.49 1 0.43
Hex 0 BC DB 64 E 0 E BC 64 2B
Octal 0 274 333 144 16 0 16 274 144 53
Binary 0 10111100 11011011 1100100 1110 0 1110 10111100 1100100 101011

Color Harmonies of #00BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCDB

Black with #00BCDB

Text Example


Text Example

White with #00BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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