Html Css Color HEX #08C5FD Deep Sky Blue

📋 copy color: '#08C5FD'

red 8 ◦ green 197 ◦ blue 253

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

Shades of Deep Sky Blue #08C5FD

Tints of Deep Sky Blue #08C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 1.75%
G = 43.01%
B = 55.24%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#08C5FD (or 0x08C5FD) is known color: Deep Sky Blue. HEX triplet: 08, C5 and FD. RGB value is (8,197,253). Sum of RGB (Red+Green+Blue) = 8+197+253=458 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #08C5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C5FD is #F73A02. Grayscale: #929292. Windows color (decimal): -16202243 or 16631048. OLE color: 16631048.

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

Color convert

RGB 8 197 253 -
CMYK 0.97 0.22 0 0.01
HSL 193.71º 0.98% 0.51% -
HSV(B) 193.71º 0.97% 0.99% -
XYZ 37.8 47.08 100.02 -
YUV 146.87 187.88 28.95 -
System Red Green Blue C M Y K H S L
Decimal 8 197 253 0.97 0.22 0 0.01 193.71 0.98 0.51
Hex 8 C5 FD 61 16 0 1 C2 62 33
Octal 10 305 375 141 26 0 1 302 142 63
Binary 1000 11000101 11111101 1100001 10110 0 1 11000010 1100010 110011

Color Harmonies of #08C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C5FD

Black with #08C5FD

Text Example


Text Example

White with #08C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,197,253); }

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

background-color css

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

 a { background-color: rgb(8,197,253); }

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

border-color css

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

 span { border-color: rgb(8,197,253); }

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