Html Css Color HEX #08BECE Iris Blue

📋 copy color: '#08BECE'

red 8 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #08BECE

Tints of Iris Blue #08BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 1.98%
G = 47.03%
B = 50.99%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#08BECE (or 0x08BECE) is known color: Iris Blue. HEX triplet: 08, BE and CE. RGB value is (8,190,206). Sum of RGB (Red+Green+Blue) = 8+190+206=404 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #08BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BECE is #F74131. Grayscale: #898989. Windows color (decimal): -16204082 or 13549064. OLE color: 13549064.

HSL color Cylindrical-coordinate representation of color #08BECE: hue angle of 184.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BECE is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 190 206 -
CMYK 0.96 0.08 0 0.19
HSL 184.85º 0.93% 0.42% -
HSV(B) 184.85º 0.96% 0.81% -
XYZ 29.65 41.33 64.81 -
YUV 137.41 166.7 35.7 -
System Red Green Blue C M Y K H S L
Decimal 8 190 206 0.96 0.08 0 0.19 184.85 0.93 0.42
Hex 8 BE CE 60 8 0 13 B9 5D 2A
Octal 10 276 316 140 10 0 23 271 135 52
Binary 1000 10111110 11001110 1100000 1000 0 10011 10111001 1011101 101010

Color Harmonies of #08BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BECE

Black with #08BECE

Text Example


Text Example

White with #08BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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