Html Css Color HEX #00BFD0 Iris Blue

📋 copy color: '#00BFD0'

red 0 ◦ green 191 ◦ blue 208

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

Shades of Iris Blue #00BFD0

Tints of Iris Blue #00BFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 0%
G = 47.87%
B = 52.13%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#00BFD0 (or 0x00BFD0) is known color: Iris Blue. HEX triplet: 00, BF and D0. RGB value is (0,191,208). Sum of RGB (Red+Green+Blue) = 0+191+208=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #00BFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFD0 is #FF402F. Grayscale: #878787. Windows color (decimal): -16728112 or 13680384. OLE color: 13680384.

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

Color convert

RGB 0 191 208 -
CMYK 1 0.08 0 0.18
HSL 184.9º 1% 0.41% -
HSV(B) 184.9º 1% 0.82% -
XYZ 30.02 41.82 66.16 -
YUV 135.83 168.72 31.12 -
System Red Green Blue C M Y K H S L
Decimal 0 191 208 1 0.08 0 0.18 184.9 1 0.41
Hex 0 BF D0 64 8 0 12 B9 64 29
Octal 0 277 320 144 10 0 22 271 144 51
Binary 0 10111111 11010000 1100100 1000 0 10010 10111001 1100100 101001

Color Harmonies of #00BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFD0

Black with #00BFD0

Text Example


Text Example

White with #00BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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