Html Css Color HEX #00BCCB Iris Blue

📋 copy color: '#00BCCB'

red 0 ◦ green 188 ◦ blue 203

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

Shades of Iris Blue #00BCCB

Tints of Iris Blue #00BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 0%
G = 48.08%
B = 51.92%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00BCCB (or 0x00BCCB) is known color: Iris Blue. HEX triplet: 00, BC and CB. RGB value is (0,188,203). Sum of RGB (Red+Green+Blue) = 0+188+203=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #00BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCCB is #FF4334. Grayscale: #858585. Windows color (decimal): -16728885 or 13351936. OLE color: 13351936.

HSL color Cylindrical-coordinate representation of color #00BCCB: hue angle of 184.43º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCCB is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 188 203 -
CMYK 1 0.07 0 0.20
HSL 184.43º 1% 0.4% -
HSV(B) 184.43º 1% 0.8% -
XYZ 28.76 40.28 62.76 -
YUV 133.5 167.22 32.78 -
System Red Green Blue C M Y K H S L
Decimal 0 188 203 1 0.07 0 0.20 184.43 1 0.4
Hex 0 BC CB 64 7 0 14 B8 64 28
Octal 0 274 313 144 7 0 24 270 144 50
Binary 0 10111100 11001011 1100100 111 0 10100 10111000 1100100 101000

Color Harmonies of #00BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCCB

Black with #00BCCB

Text Example


Text Example

White with #00BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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