Html Css Color HEX #00BBCB Iris Blue

📋 copy color: '#00BBCB'

red 0 ◦ green 187 ◦ blue 203

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

Shades of Iris Blue #00BBCB

Tints of Iris Blue #00BBCB

RGB

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

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

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

R = 0%
G = 47.95%
B = 52.05%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00BBCB (or 0x00BBCB) is known color: Iris Blue. HEX triplet: 00, BB and CB. RGB value is (0,187,203). Sum of RGB (Red+Green+Blue) = 0+187+203=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #00BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBCB is #FF4434. Grayscale: #848484. Windows color (decimal): -16729141 or 13351680. OLE color: 13351680.

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

Color convert

RGB 0 187 203 -
CMYK 1 0.08 0 0.20
HSL 184.73º 1% 0.4% -
HSV(B) 184.73º 1% 0.8% -
XYZ 28.55 39.85 62.69 -
YUV 132.91 167.55 33.2 -
System Red Green Blue C M Y K H S L
Decimal 0 187 203 1 0.08 0 0.20 184.73 1 0.4
Hex 0 BB CB 64 8 0 14 B9 64 28
Octal 0 273 313 144 10 0 24 271 144 50
Binary 0 10111011 11001011 1100100 1000 0 10100 10111001 1100100 101000

Color Harmonies of #00BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBCB

Black with #00BBCB

Text Example


Text Example

White with #00BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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