Html Css Color HEX #00BBDE Iris Blue

📋 copy color: '#00BBDE'

red 0 ◦ green 187 ◦ blue 222

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

Shades of Iris Blue #00BBDE

Tints of Iris Blue #00BBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 0%
G = 45.72%
B = 54.28%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00BBDE (or 0x00BBDE) is known color: Iris Blue. HEX triplet: 00, BB and DE. RGB value is (0,187,222). Sum of RGB (Red+Green+Blue) = 0+187+222=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #00BBDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBDE is #FF4421. Grayscale: #868686. Windows color (decimal): -16729122 or 14596864. OLE color: 14596864.

HSL color Cylindrical-coordinate representation of color #00BBDE: hue angle of 189.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBDE is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 187 222 -
CMYK 1 0.16 0 0.13
HSL 189.46º 1% 0.44% -
HSV(B) 189.46º 1% 0.87% -
XYZ 30.96 40.81 75.35 -
YUV 135.08 177.05 31.65 -
System Red Green Blue C M Y K H S L
Decimal 0 187 222 1 0.16 0 0.13 189.46 1 0.44
Hex 0 BB DE 64 10 0 D BD 64 2C
Octal 0 273 336 144 20 0 15 275 144 54
Binary 0 10111011 11011110 1100100 10000 0 1101 10111101 1100100 101100

Color Harmonies of #00BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBDE

Black with #00BBDE

Text Example


Text Example

White with #00BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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