Html Css Color HEX #08BFB5 Iris Blue

📋 copy color: '#08BFB5'

red 8 ◦ green 191 ◦ blue 181

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

Shades of Iris Blue #08BFB5

Tints of Iris Blue #08BFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.63%

R = 2.11%
G = 50.26%
B = 47.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#08BFB5 (or 0x08BFB5) is known color: Iris Blue. HEX triplet: 08, BF and B5. RGB value is (8,191,181). Sum of RGB (Red+Green+Blue) = 8+191+181=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFB5 is #F7404A. Grayscale: #878787. Windows color (decimal): -16203851 or 11910920. OLE color: 11910920.

HSL color Cylindrical-coordinate representation of color #08BFB5: hue angle of 176.72º 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 #08BFB5 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 191 181 -
CMYK 0.96 0 0.05 0.25
HSL 176.72º 0.92% 0.39% -
HSV(B) 176.72º 0.96% 0.75% -
XYZ 27.07 40.65 50.14 -
YUV 135.14 153.87 37.31 -
System Red Green Blue C M Y K H S L
Decimal 8 191 181 0.96 0 0.05 0.25 176.72 0.92 0.39
Hex 8 BF B5 60 0 5 19 B1 5C 27
Octal 10 277 265 140 0 5 31 261 134 47
Binary 1000 10111111 10110101 1100000 0 101 11001 10110001 1011100 100111

Color Harmonies of #08BFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BFB5

Black with #08BFB5

Text Example


Text Example

White with #08BFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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