Html Css Color HEX #06DBFE Deep Sky Blue

📋 copy color: '#06DBFE'

red 6 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #06DBFE

Tints of Deep Sky Blue #06DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 1.25%
G = 45.72%
B = 53.03%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06DBFE (or 0x06DBFE) is known color: Deep Sky Blue. HEX triplet: 06, DB and FE. RGB value is (6,219,254). Sum of RGB (Red+Green+Blue) = 6+219+254=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #06DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DBFE is #F92401. Grayscale: #9E9E9E. Windows color (decimal): -16327682 or 16702214. OLE color: 16702214.

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

Color convert

RGB 6 219 254 -
CMYK 0.98 0.14 0 0.00
HSL 188.47º 0.99% 0.51% -
HSV(B) 188.47º 0.98% 1% -
XYZ 43.3 57.86 102.65 -
YUV 159.3 181.43 18.65 -
System Red Green Blue C M Y K H S L
Decimal 6 219 254 0.98 0.14 0 0.00 188.47 0.99 0.51
Hex 6 DB FE 62 E 0 0 BC 63 33
Octal 6 333 376 142 16 0 0 274 143 63
Binary 110 11011011 11111110 1100010 1110 0 0 10111100 1100011 110011

Color Harmonies of #06DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DBFE

Black with #06DBFE

Text Example


Text Example

White with #06DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,219,254); }

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

background-color css

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

 a { background-color: rgb(6,219,254); }

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

border-color css

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

 span { border-color: rgb(6,219,254); }

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