Html Css Color HEX #00BFD1 Iris Blue

📋 copy color: '#00BFD1'

red 0 ◦ green 191 ◦ blue 209

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

Shades of Iris Blue #00BFD1

Tints of Iris Blue #00BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 47.75%

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 0%
G = 47.75%
B = 52.25%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#00BFD1 (or 0x00BFD1) is known color: Iris Blue. HEX triplet: 00, BF and D1. RGB value is (0,191,209). Sum of RGB (Red+Green+Blue) = 0+191+209=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #00BFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFD1 is #FF402E. Grayscale: #878787. Windows color (decimal): -16728111 or 13745920. OLE color: 13745920.

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

Color convert

RGB 0 191 209 -
CMYK 1 0.09 0 0.18
HSL 185.17º 1% 0.41% -
HSV(B) 185.17º 1% 0.82% -
XYZ 30.14 41.87 66.81 -
YUV 135.94 169.22 31.04 -
System Red Green Blue C M Y K H S L
Decimal 0 191 209 1 0.09 0 0.18 185.17 1 0.41
Hex 0 BF D1 64 9 0 12 B9 64 29
Octal 0 277 321 144 11 0 22 271 144 51
Binary 0 10111111 11010001 1100100 1001 0 10010 10111001 1100100 101001

Color Harmonies of #00BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFD1

Black with #00BFD1

Text Example


Text Example

White with #00BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,191,209); }

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

background-color css

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

 a { background-color: rgb(0,191,209); }

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

border-color css

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

 span { border-color: rgb(0,191,209); }

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