Html Css Color HEX #00BBCF Iris Blue

📋 copy color: '#00BBCF'

red 0 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #00BBCF

Tints of Iris Blue #00BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 0%
G = 47.46%
B = 52.54%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00BBCF (or 0x00BBCF) is known color: Iris Blue. HEX triplet: 00, BB and CF. RGB value is (0,187,207). Sum of RGB (Red+Green+Blue) = 0+187+207=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #00BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBCF is #FF4430. Grayscale: #858585. Windows color (decimal): -16729137 or 13613824. OLE color: 13613824.

HSL color Cylindrical-coordinate representation of color #00BBCF: hue angle of 185.8º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBCF is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 187 207 -
CMYK 1 0.10 0 0.19
HSL 185.8º 1% 0.41% -
HSV(B) 185.8º 1% 0.81% -
XYZ 29.03 40.05 65.23 -
YUV 133.37 169.55 32.87 -
System Red Green Blue C M Y K H S L
Decimal 0 187 207 1 0.10 0 0.19 185.8 1 0.41
Hex 0 BB CF 64 A 0 13 BA 64 29
Octal 0 273 317 144 12 0 23 272 144 51
Binary 0 10111011 11001111 1100100 1010 0 10011 10111010 1100100 101001

Color Harmonies of #00BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBCF

Black with #00BBCF

Text Example


Text Example

White with #00BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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