Html Css Color HEX #00BCCC Iris Blue

📋 copy color: '#00BCCC'

red 0 ◦ green 188 ◦ blue 204

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

Shades of Iris Blue #00BCCC

Tints of Iris Blue #00BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 0%
G = 47.96%
B = 52.04%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#00BCCC (or 0x00BCCC) is known color: Iris Blue. HEX triplet: 00, BC and CC. RGB value is (0,188,204). Sum of RGB (Red+Green+Blue) = 0+188+204=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #00BCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCCC is #FF4333. Grayscale: #858585. Windows color (decimal): -16728884 or 13417472. OLE color: 13417472.

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

Color convert

RGB 0 188 204 -
CMYK 1 0.08 0 0.2
HSL 184.71º 1% 0.4% -
HSV(B) 184.71º 1% 0.8% -
XYZ 28.88 40.33 63.39 -
YUV 133.61 167.72 32.7 -
System Red Green Blue C M Y K H S L
Decimal 0 188 204 1 0.08 0 0.2 184.71 1 0.4
Hex 0 BC CC 64 8 0 14 B9 64 28
Octal 0 274 314 144 10 0 24 271 144 50
Binary 0 10111100 11001100 1100100 1000 0 10100 10111001 1100100 101000

Color Harmonies of #00BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCCC

Black with #00BCCC

Text Example


Text Example

White with #00BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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