Html Css Color HEX #06D4FD Deep Sky Blue

📋 copy color: '#06D4FD'

red 6 ◦ green 212 ◦ blue 253

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

Shades of Deep Sky Blue #06D4FD

Tints of Deep Sky Blue #06D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

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

R = 1.27%
G = 45.01%
B = 53.72%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06D4FD (or 0x06D4FD) is known color: Deep Sky Blue. HEX triplet: 06, D4 and FD. RGB value is (6,212,253). Sum of RGB (Red+Green+Blue) = 6+212+253=471 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #06D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D4FD is #F92B02. Grayscale: #9A9A9A. Windows color (decimal): -16329475 or 16634886. OLE color: 16634886.

HSL color Cylindrical-coordinate representation of color #06D4FD: hue angle of 189.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06D4FD is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 212 253 -
CMYK 0.98 0.16 0 0.01
HSL 189.96º 0.98% 0.51% -
HSV(B) 189.96º 0.98% 0.99% -
XYZ 41.35 54.22 101.21 -
YUV 155.08 183.25 21.67 -
System Red Green Blue C M Y K H S L
Decimal 6 212 253 0.98 0.16 0 0.01 189.96 0.98 0.51
Hex 6 D4 FD 62 10 0 1 BE 62 33
Octal 6 324 375 142 20 0 1 276 142 63
Binary 110 11010100 11111101 1100010 10000 0 1 10111110 1100010 110011

Color Harmonies of #06D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D4FD

Black with #06D4FD

Text Example


Text Example

White with #06D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,212,253); }

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

background-color css

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

 a { background-color: rgb(6,212,253); }

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

border-color css

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

 span { border-color: rgb(6,212,253); }

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