Html Css Color HEX #00BFCD Iris Blue

📋 copy color: '#00BFCD'

red 0 ◦ green 191 ◦ blue 205

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

Shades of Iris Blue #00BFCD

Tints of Iris Blue #00BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 0%
G = 48.23%
B = 51.77%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00BFCD (or 0x00BFCD) is known color: Iris Blue. HEX triplet: 00, BF and CD. RGB value is (0,191,205). Sum of RGB (Red+Green+Blue) = 0+191+205=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #00BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFCD is #FF4032. Grayscale: #878787. Windows color (decimal): -16728115 or 13483776. OLE color: 13483776.

HSL color Cylindrical-coordinate representation of color #00BFCD: hue angle of 184.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFCD is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 191 205 -
CMYK 1 0.07 0 0.20
HSL 184.1º 1% 0.4% -
HSV(B) 184.1º 1% 0.8% -
XYZ 29.65 41.67 64.24 -
YUV 135.49 167.22 31.36 -
System Red Green Blue C M Y K H S L
Decimal 0 191 205 1 0.07 0 0.20 184.1 1 0.4
Hex 0 BF CD 64 7 0 14 B8 64 28
Octal 0 277 315 144 7 0 24 270 144 50
Binary 0 10111111 11001101 1100100 111 0 10100 10111000 1100100 101000

Color Harmonies of #00BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFCD

Black with #00BFCD

Text Example


Text Example

White with #00BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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