Html Css Color HEX #08DCFB Deep Sky Blue

📋 copy color: '#08DCFB'

red 8 ◦ green 220 ◦ blue 251

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

Shades of Deep Sky Blue #08DCFB

Tints of Deep Sky Blue #08DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 1.67%
G = 45.93%
B = 52.4%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#08DCFB (or 0x08DCFB) is known color: Deep Sky Blue. HEX triplet: 08, DC and FB. RGB value is (8,220,251). Sum of RGB (Red+Green+Blue) = 8+220+251=479 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #08DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DCFB is #F72304. Grayscale: #9F9F9F. Windows color (decimal): -16196357 or 16505864. OLE color: 16505864.

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

Color convert

RGB 8 220 251 -
CMYK 0.97 0.12 0 0.02
HSL 187.65º 0.97% 0.51% -
HSV(B) 187.65º 0.97% 0.98% -
XYZ 43.11 58.2 100.23 -
YUV 160.15 179.26 19.48 -
System Red Green Blue C M Y K H S L
Decimal 8 220 251 0.97 0.12 0 0.02 187.65 0.97 0.51
Hex 8 DC FB 61 C 0 2 BC 61 33
Octal 10 334 373 141 14 0 2 274 141 63
Binary 1000 11011100 11111011 1100001 1100 0 10 10111100 1100001 110011

Color Harmonies of #08DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCFB

Black with #08DCFB

Text Example


Text Example

White with #08DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,220,251); }

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

background-color css

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

 a { background-color: rgb(8,220,251); }

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

border-color css

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

 span { border-color: rgb(8,220,251); }

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