Html Css Color HEX #00BDCE Iris Blue

📋 copy color: '#00BDCE'

red 0 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #00BDCE

Tints of Iris Blue #00BDCE

RGB

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

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

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

R = 0%
G = 47.85%
B = 52.15%

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

#00BDCE (or 0x00BDCE) is known color: Iris Blue. HEX triplet: 00, BD and CE. RGB value is (0,189,206). Sum of RGB (Red+Green+Blue) = 0+189+206=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #00BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDCE is #FF4231. Grayscale: #868686. Windows color (decimal): -16728626 or 13548800. OLE color: 13548800.

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

Color convert

RGB 0 189 206 -
CMYK 1 0.08 0 0.19
HSL 184.95º 1% 0.4% -
HSV(B) 184.95º 1% 0.81% -
XYZ 29.34 40.85 64.73 -
YUV 134.43 168.38 32.12 -
System Red Green Blue C M Y K H S L
Decimal 0 189 206 1 0.08 0 0.19 184.95 1 0.4
Hex 0 BD CE 64 8 0 13 B9 64 28
Octal 0 275 316 144 10 0 23 271 144 50
Binary 0 10111101 11001110 1100100 1000 0 10011 10111001 1100100 101000

Color Harmonies of #00BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDCE

Black with #00BDCE

Text Example


Text Example

White with #00BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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