Html Css Color HEX #08BCFC Deep Sky Blue

📋 copy color: '#08BCFC'

red 8 ◦ green 188 ◦ blue 252

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

Shades of Deep Sky Blue #08BCFC

Tints of Deep Sky Blue #08BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 1.79%
G = 41.96%
B = 56.25%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#08BCFC (or 0x08BCFC) is known color: Deep Sky Blue. HEX triplet: 08, BC and FC. RGB value is (8,188,252). Sum of RGB (Red+Green+Blue) = 8+188+252=448 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #08BCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BCFC is #F74303. Grayscale: #8D8D8D. Windows color (decimal): -16204548 or 16563208. OLE color: 16563208.

HSL color Cylindrical-coordinate representation of color #08BCFC: hue angle of 195.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BCFC is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 188 252 -
CMYK 0.97 0.25 0 0.01
HSL 195.74º 0.98% 0.51% -
HSV(B) 195.74º 0.97% 0.99% -
XYZ 35.65 43.05 98.53 -
YUV 141.48 190.37 32.8 -
System Red Green Blue C M Y K H S L
Decimal 8 188 252 0.97 0.25 0 0.01 195.74 0.98 0.51
Hex 8 BC FC 61 19 0 1 C4 62 33
Octal 10 274 374 141 31 0 1 304 142 63
Binary 1000 10111100 11111100 1100001 11001 0 1 11000100 1100010 110011

Color Harmonies of #08BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCFC

Black with #08BCFC

Text Example


Text Example

White with #08BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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