Html Css Color HEX #00BFCC Iris Blue

📋 copy color: '#00BFCC'

red 0 ◦ green 191 ◦ blue 204

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

Shades of Iris Blue #00BFCC

Tints of Iris Blue #00BFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 0%
G = 48.35%
B = 51.65%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#00BFCC (or 0x00BFCC) is known color: Iris Blue. HEX triplet: 00, BF and CC. RGB value is (0,191,204). Sum of RGB (Red+Green+Blue) = 0+191+204=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #00BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFCC is #FF4033. Grayscale: #878787. Windows color (decimal): -16728116 or 13418240. OLE color: 13418240.

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

Color convert

RGB 0 191 204 -
CMYK 1 0.06 0 0.2
HSL 183.82º 1% 0.4% -
HSV(B) 183.82º 1% 0.8% -
XYZ 29.53 41.62 63.6 -
YUV 135.37 166.72 31.44 -
System Red Green Blue C M Y K H S L
Decimal 0 191 204 1 0.06 0 0.2 183.82 1 0.4
Hex 0 BF CC 64 6 0 14 B8 64 28
Octal 0 277 314 144 6 0 24 270 144 50
Binary 0 10111111 11001100 1100100 110 0 10100 10111000 1100100 101000

Color Harmonies of #00BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFCC

Black with #00BFCC

Text Example


Text Example

White with #00BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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