Html Css Color HEX #08CFF5 Deep Sky Blue

📋 copy color: '#08CFF5'

red 8 ◦ green 207 ◦ blue 245

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

Shades of Deep Sky Blue #08CFF5

Tints of Deep Sky Blue #08CFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 1.74%
G = 45%
B = 53.26%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#08CFF5 (or 0x08CFF5) is known color: Deep Sky Blue. HEX triplet: 08, CF and F5. RGB value is (8,207,245). Sum of RGB (Red+Green+Blue) = 8+207+245=460 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #08CFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CFF5 is #F7300A. Grayscale: #979797. Windows color (decimal): -16199691 or 16109320. OLE color: 16109320.

HSL color Cylindrical-coordinate representation of color #08CFF5: hue angle of 189.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CFF5 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 207 245 -
CMYK 0.97 0.16 0 0.04
HSL 189.62º 0.94% 0.5% -
HSV(B) 189.62º 0.97% 0.96% -
XYZ 38.89 51.27 94.23 -
YUV 151.83 180.57 25.41 -
System Red Green Blue C M Y K H S L
Decimal 8 207 245 0.97 0.16 0 0.04 189.62 0.94 0.5
Hex 8 CF F5 61 10 0 4 BE 5E 32
Octal 10 317 365 141 20 0 4 276 136 62
Binary 1000 11001111 11110101 1100001 10000 0 100 10111110 1011110 110010

Color Harmonies of #08CFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CFF5

Black with #08CFF5

Text Example


Text Example

White with #08CFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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