Html Css Color HEX #06DCFA Deep Sky Blue

📋 copy color: '#06DCFA'

red 6 ◦ green 220 ◦ blue 250

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

Shades of Deep Sky Blue #06DCFA

Tints of Deep Sky Blue #06DCFA

RGB

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

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

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

R = 1.26%
G = 46.22%
B = 52.52%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06DCFA (or 0x06DCFA) is known color: Deep Sky Blue. HEX triplet: 06, DC and FA. RGB value is (6,220,250). Sum of RGB (Red+Green+Blue) = 6+220+250=476 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #06DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DCFA is #F92305. Grayscale: #9F9F9F. Windows color (decimal): -16327430 or 16440326. OLE color: 16440326.

HSL color Cylindrical-coordinate representation of color #06DCFA: hue angle of 187.38º 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 #06DCFA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 220 250 -
CMYK 0.98 0.12 0 0.02
HSL 187.38º 0.96% 0.5% -
HSV(B) 187.38º 0.98% 0.98% -
XYZ 42.92 58.13 99.4 -
YUV 159.43 179.1 18.56 -
System Red Green Blue C M Y K H S L
Decimal 6 220 250 0.98 0.12 0 0.02 187.38 0.96 0.5
Hex 6 DC FA 62 C 0 2 BB 60 32
Octal 6 334 372 142 14 0 2 273 140 62
Binary 110 11011100 11111010 1100010 1100 0 10 10111011 1100000 110010

Color Harmonies of #06DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCFA

Black with #06DCFA

Text Example


Text Example

White with #06DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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