Html Css Color HEX #00BBDD Iris Blue

📋 copy color: '#00BBDD'

red 0 ◦ green 187 ◦ blue 221

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

Shades of Iris Blue #00BBDD

Tints of Iris Blue #00BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 0%
G = 45.83%
B = 54.17%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00BBDD (or 0x00BBDD) is known color: Iris Blue. HEX triplet: 00, BB and DD. RGB value is (0,187,221). Sum of RGB (Red+Green+Blue) = 0+187+221=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #00BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBDD is #FF4422. Grayscale: #868686. Windows color (decimal): -16729123 or 14531328. OLE color: 14531328.

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

Color convert

RGB 0 187 221 -
CMYK 1 0.15 0 0.13
HSL 189.23º 1% 0.43% -
HSV(B) 189.23º 1% 0.87% -
XYZ 30.82 40.76 74.65 -
YUV 134.96 176.55 31.74 -
System Red Green Blue C M Y K H S L
Decimal 0 187 221 1 0.15 0 0.13 189.23 1 0.43
Hex 0 BB DD 64 F 0 D BD 64 2B
Octal 0 273 335 144 17 0 15 275 144 53
Binary 0 10111011 11011101 1100100 1111 0 1101 10111101 1100100 101011

Color Harmonies of #00BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBDD

Black with #00BBDD

Text Example


Text Example

White with #00BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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