Html Css Color HEX #06C8FA Deep Sky Blue

📋 copy color: '#06C8FA'

red 6 ◦ green 200 ◦ blue 250

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

Shades of Deep Sky Blue #06C8FA

Tints of Deep Sky Blue #06C8FA

RGB

 RED value IS 6 (2.73% from 255) = 1.32%

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

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 1.32%
G = 43.86%
B = 54.82%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06C8FA (or 0x06C8FA) is known color: Deep Sky Blue. HEX triplet: 06, C8 and FA. RGB value is (6,200,250). Sum of RGB (Red+Green+Blue) = 6+200+250=456 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #06C8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C8FA is #F93705. Grayscale: #939393. Windows color (decimal): -16332550 or 16435206. OLE color: 16435206.

HSL color Cylindrical-coordinate representation of color #06C8FA: hue angle of 192.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C8FA is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 200 250 -
CMYK 0.98 0.2 0 0.02
HSL 192.3º 0.96% 0.5% -
HSV(B) 192.3º 0.98% 0.98% -
XYZ 37.98 48.25 97.75 -
YUV 147.69 185.73 26.93 -
System Red Green Blue C M Y K H S L
Decimal 6 200 250 0.98 0.2 0 0.02 192.3 0.96 0.5
Hex 6 C8 FA 62 14 0 2 C0 60 32
Octal 6 310 372 142 24 0 2 300 140 62
Binary 110 11001000 11111010 1100010 10100 0 10 11000000 1100000 110010

Color Harmonies of #06C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C8FA

Black with #06C8FA

Text Example


Text Example

White with #06C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C8FA; }

 p { color: rgb(6,200,250); }

 H1.HeaderClassName
 {
   color: #06C8FA;
 }
 .AnyTagClassName
 {
   color: #06C8FA;
 }
</style>

background-color css

<style>
 a { background-color: #06C8FA; }

 a { background-color: rgb(6,200,250); }

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

border-color css

<style>
 span { border-color: #06C8FA; }

 span { border-color: rgb(6,200,250); }

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