Html Css Color HEX #08BFBC Iris Blue

📋 copy color: '#08BFBC'

red 8 ◦ green 191 ◦ blue 188

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

Shades of Iris Blue #08BFBC

Tints of Iris Blue #08BFBC

RGB

 RED value IS 8 (3.52% from 255) = 2.07%

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 2.07%
G = 49.35%
B = 48.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#08BFBC (or 0x08BFBC) is known color: Iris Blue. HEX triplet: 08, BF and BC. RGB value is (8,191,188). Sum of RGB (Red+Green+Blue) = 8+191+188=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFBC is #F74043. Grayscale: #878787. Windows color (decimal): -16203844 or 12369672. OLE color: 12369672.

HSL color Cylindrical-coordinate representation of color #08BFBC: hue angle of 179.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BFBC is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 191 188 -
CMYK 0.96 0 0.02 0.25
HSL 179.02º 0.92% 0.39% -
HSV(B) 179.02º 0.96% 0.75% -
XYZ 27.81 40.94 54.01 -
YUV 135.94 157.37 36.74 -
System Red Green Blue C M Y K H S L
Decimal 8 191 188 0.96 0 0.02 0.25 179.02 0.92 0.39
Hex 8 BF BC 60 0 2 19 B3 5C 27
Octal 10 277 274 140 0 2 31 263 134 47
Binary 1000 10111111 10111100 1100000 0 10 11001 10110011 1011100 100111

Color Harmonies of #08BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BFBC

Black with #08BFBC

Text Example


Text Example

White with #08BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BFBC; }

 p { color: rgb(8,191,188); }

 H1.HeaderClassName
 {
   color: #08BFBC;
 }
 .AnyTagClassName
 {
   color: #08BFBC;
 }
</style>

background-color css

<style>
 a { background-color: #08BFBC; }

 a { background-color: rgb(8,191,188); }

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

border-color css

<style>
 span { border-color: #08BFBC; }

 span { border-color: rgb(8,191,188); }

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