Html Css Color HEX #08BCBC Iris Blue

📋 copy color: '#08BCBC'

red 8 ◦ green 188 ◦ blue 188

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

Shades of Iris Blue #08BCBC

Tints of Iris Blue #08BCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

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

R = 2.08%
G = 48.96%
B = 48.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#08BCBC (or 0x08BCBC) is known color: Iris Blue. HEX triplet: 08, BC and BC. RGB value is (8,188,188). Sum of RGB (Red+Green+Blue) = 8+188+188=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #08BCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCBC is #F74343. Grayscale: #868686. Windows color (decimal): -16204612 or 12368904. OLE color: 12368904.

HSL color Cylindrical-coordinate representation of color #08BCBC: hue angle of 180º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCBC is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 188 -
CMYK 0.96 0 0 0.26
HSL 180º 0.92% 0.38% -
HSV(B) 180º 0.96% 0.74% -
XYZ 27.16 39.65 53.8 -
YUV 134.18 158.37 38 -
System Red Green Blue C M Y K H S L
Decimal 8 188 188 0.96 0 0 0.26 180 0.92 0.38
Hex 8 BC BC 60 0 0 1A B4 5C 26
Octal 10 274 274 140 0 0 32 264 134 46
Binary 1000 10111100 10111100 1100000 0 0 11010 10110100 1011100 100110

Color Harmonies of #08BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCBC

Black with #08BCBC

Text Example


Text Example

White with #08BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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