Html Css Color HEX #00BBDF Iris Blue

📋 copy color: '#00BBDF'

red 0 ◦ green 187 ◦ blue 223

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

Shades of Iris Blue #00BBDF

Tints of Iris Blue #00BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 0%
G = 45.61%
B = 54.39%

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

#00BBDF (or 0x00BBDF) is known color: Iris Blue. HEX triplet: 00, BB and DF. RGB value is (0,187,223). Sum of RGB (Red+Green+Blue) = 0+187+223=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #00BBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBDF is #FF4420. Grayscale: #868686. Windows color (decimal): -16729121 or 14662400. OLE color: 14662400.

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

Color convert

RGB 0 187 223 -
CMYK 1 0.16 0 0.13
HSL 189.69º 1% 0.44% -
HSV(B) 189.69º 1% 0.87% -
XYZ 31.09 40.87 76.06 -
YUV 135.19 177.55 31.57 -
System Red Green Blue C M Y K H S L
Decimal 0 187 223 1 0.16 0 0.13 189.69 1 0.44
Hex 0 BB DF 64 10 0 D BE 64 2C
Octal 0 273 337 144 20 0 15 276 144 54
Binary 0 10111011 11011111 1100100 10000 0 1101 10111110 1100100 101100

Color Harmonies of #00BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBDF

Black with #00BBDF

Text Example


Text Example

White with #00BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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