Html Css Color HEX #00BDDB Iris Blue

📋 copy color: '#00BDDB'

red 0 ◦ green 189 ◦ blue 219

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

Shades of Iris Blue #00BDDB

Tints of Iris Blue #00BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.32%

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

R = 0%
G = 46.32%
B = 53.68%

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

#00BDDB (or 0x00BDDB) is known color: Iris Blue. HEX triplet: 00, BD and DB. RGB value is (0,189,219). Sum of RGB (Red+Green+Blue) = 0+189+219=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #00BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDDB is #FF4224. Grayscale: #878787. Windows color (decimal): -16728613 or 14400768. OLE color: 14400768.

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

Color convert

RGB 0 189 219 -
CMYK 1 0.14 0 0.14
HSL 188.22º 1% 0.43% -
HSV(B) 188.22º 1% 0.86% -
XYZ 30.98 41.51 73.4 -
YUV 135.91 174.88 31.06 -
System Red Green Blue C M Y K H S L
Decimal 0 189 219 1 0.14 0 0.14 188.22 1 0.43
Hex 0 BD DB 64 E 0 E BC 64 2B
Octal 0 275 333 144 16 0 16 274 144 53
Binary 0 10111101 11011011 1100100 1110 0 1110 10111100 1100100 101011

Color Harmonies of #00BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDDB

Black with #00BDDB

Text Example


Text Example

White with #00BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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