Html Css Color HEX #00BBDB Iris Blue

📋 copy color: '#00BBDB'

red 0 ◦ green 187 ◦ blue 219

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

Shades of Iris Blue #00BBDB

Tints of Iris Blue #00BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.06%

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

R = 0%
G = 46.06%
B = 53.94%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00BBDB (or 0x00BBDB) is known color: Iris Blue. HEX triplet: 00, BB and DB. RGB value is (0,187,219). Sum of RGB (Red+Green+Blue) = 0+187+219=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #00BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBDB is #FF4424. Grayscale: #868686. Windows color (decimal): -16729125 or 14400256. OLE color: 14400256.

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

Color convert

RGB 0 187 219 -
CMYK 1 0.15 0 0.14
HSL 188.77º 1% 0.43% -
HSV(B) 188.77º 1% 0.86% -
XYZ 30.56 40.66 73.25 -
YUV 134.74 175.55 31.9 -
System Red Green Blue C M Y K H S L
Decimal 0 187 219 1 0.15 0 0.14 188.77 1 0.43
Hex 0 BB DB 64 F 0 E BD 64 2B
Octal 0 273 333 144 17 0 16 275 144 53
Binary 0 10111011 11011011 1100100 1111 0 1110 10111101 1100100 101011

Color Harmonies of #00BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBDB

Black with #00BBDB

Text Example


Text Example

White with #00BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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