Html Css Color HEX #08BEBB Iris Blue

📋 copy color: '#08BEBB'

red 8 ◦ green 190 ◦ blue 187

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

Shades of Iris Blue #08BEBB

Tints of Iris Blue #08BEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.35%

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 2.08%
G = 49.35%
B = 48.57%

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

#08BEBB (or 0x08BEBB) is known color: Iris Blue. HEX triplet: 08, BE and BB. RGB value is (8,190,187). Sum of RGB (Red+Green+Blue) = 8+190+187=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #08BEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BEBB is #F74144. Grayscale: #878787. Windows color (decimal): -16204101 or 12303880. OLE color: 12303880.

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

Color convert

RGB 8 190 187 -
CMYK 0.96 0 0.02 0.25
HSL 179.01º 0.92% 0.39% -
HSV(B) 179.01º 0.96% 0.75% -
XYZ 27.48 40.47 53.38 -
YUV 135.24 157.2 37.24 -
System Red Green Blue C M Y K H S L
Decimal 8 190 187 0.96 0 0.02 0.25 179.01 0.92 0.39
Hex 8 BE BB 60 0 2 19 B3 5C 27
Octal 10 276 273 140 0 2 31 263 134 47
Binary 1000 10111110 10111011 1100000 0 10 11001 10110011 1011100 100111

Color Harmonies of #08BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BEBB

Black with #08BEBB

Text Example


Text Example

White with #08BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,190,187); }

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

background-color css

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

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

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

border-color css

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

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

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