Html Css Color HEX #00BFCB Iris Blue

📋 copy color: '#00BFCB'

red 0 ◦ green 191 ◦ blue 203

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

Shades of Iris Blue #00BFCB

Tints of Iris Blue #00BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 0%
G = 48.48%
B = 51.52%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00BFCB (or 0x00BFCB) is known color: Iris Blue. HEX triplet: 00, BF and CB. RGB value is (0,191,203). Sum of RGB (Red+Green+Blue) = 0+191+203=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #00BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFCB is #FF4034. Grayscale: #878787. Windows color (decimal): -16728117 or 13352704. OLE color: 13352704.

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

Color convert

RGB 0 191 203 -
CMYK 1 0.06 0 0.20
HSL 183.55º 1% 0.4% -
HSV(B) 183.55º 1% 0.8% -
XYZ 29.41 41.57 62.97 -
YUV 135.26 166.22 31.52 -
System Red Green Blue C M Y K H S L
Decimal 0 191 203 1 0.06 0 0.20 183.55 1 0.4
Hex 0 BF CB 64 6 0 14 B8 64 28
Octal 0 277 313 144 6 0 24 270 144 50
Binary 0 10111111 11001011 1100100 110 0 10100 10111000 1100100 101000

Color Harmonies of #00BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFCB

Black with #00BFCB

Text Example


Text Example

White with #00BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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