Html Css Color HEX #08CFBF Robin's Egg Blue

📋 copy color: '#08CFBF'

red 8 ◦ green 207 ◦ blue 191

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

Shades of Robin's Egg Blue #08CFBF

Tints of Robin's Egg Blue #08CFBF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.99%

 BLUE value IS 191 (75% from 255) = 47.04%

R = 1.97%
G = 50.99%
B = 47.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#08CFBF (or 0x08CFBF) is known color: Robin's Egg Blue. HEX triplet: 08, CF and BF. RGB value is (8,207,191). Sum of RGB (Red+Green+Blue) = 8+207+191=406 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #08CFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CFBF is #F73040. Grayscale: #919191. Windows color (decimal): -16199745 or 12570376. OLE color: 12570376.

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

Color convert

RGB 8 207 191 -
CMYK 0.96 0 0.08 0.19
HSL 175.18º 0.93% 0.42% -
HSV(B) 175.18º 0.96% 0.81% -
XYZ 31.82 48.44 56.96 -
YUV 145.68 153.57 29.8 -
System Red Green Blue C M Y K H S L
Decimal 8 207 191 0.96 0 0.08 0.19 175.18 0.93 0.42
Hex 8 CF BF 60 0 8 13 AF 5D 2A
Octal 10 317 277 140 0 10 23 257 135 52
Binary 1000 11001111 10111111 1100000 0 1000 10011 10101111 1011101 101010

Color Harmonies of #08CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CFBF

Black with #08CFBF

Text Example


Text Example

White with #08CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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