Html Css Color HEX #08C8FC Deep Sky Blue

📋 copy color: '#08C8FC'

red 8 ◦ green 200 ◦ blue 252

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

Shades of Deep Sky Blue #08C8FC

Tints of Deep Sky Blue #08C8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

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

R = 1.74%
G = 43.48%
B = 54.78%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#08C8FC (or 0x08C8FC) is known color: Deep Sky Blue. HEX triplet: 08, C8 and FC. RGB value is (8,200,252). Sum of RGB (Red+Green+Blue) = 8+200+252=460 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #08C8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C8FC is #F73703. Grayscale: #949494. Windows color (decimal): -16201476 or 16566280. OLE color: 16566280.

HSL color Cylindrical-coordinate representation of color #08C8FC: hue angle of 192.79º 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 #08C8FC is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 200 252 -
CMYK 0.97 0.21 0 0.01
HSL 192.79º 0.98% 0.51% -
HSV(B) 192.79º 0.97% 0.99% -
XYZ 38.33 48.39 99.42 -
YUV 148.52 186.39 27.77 -
System Red Green Blue C M Y K H S L
Decimal 8 200 252 0.97 0.21 0 0.01 192.79 0.98 0.51
Hex 8 C8 FC 61 15 0 1 C1 62 33
Octal 10 310 374 141 25 0 1 301 142 63
Binary 1000 11001000 11111100 1100001 10101 0 1 11000001 1100010 110011

Color Harmonies of #08C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C8FC

Black with #08C8FC

Text Example


Text Example

White with #08C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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