Html Css Color HEX #06BCFE Deep Sky Blue

📋 copy color: '#06BCFE'

red 6 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #06BCFE

Tints of Deep Sky Blue #06BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

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

R = 1.34%
G = 41.96%
B = 56.7%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06BCFE (or 0x06BCFE) is known color: Deep Sky Blue. HEX triplet: 06, BC and FE. RGB value is (6,188,254). Sum of RGB (Red+Green+Blue) = 6+188+254=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #06BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCFE is #F94301. Grayscale: #8C8C8C. Windows color (decimal): -16335618 or 16694278. OLE color: 16694278.

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

Color convert

RGB 6 188 254 -
CMYK 0.98 0.26 0 0.00
HSL 195.97º 0.99% 0.51% -
HSV(B) 195.97º 0.98% 1% -
XYZ 35.95 43.16 100.2 -
YUV 141.11 191.7 31.63 -
System Red Green Blue C M Y K H S L
Decimal 6 188 254 0.98 0.26 0 0.00 195.97 0.99 0.51
Hex 6 BC FE 62 1A 0 0 C4 63 33
Octal 6 274 376 142 32 0 0 304 143 63
Binary 110 10111100 11111110 1100010 11010 0 0 11000100 1100011 110011

Color Harmonies of #06BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCFE

Black with #06BCFE

Text Example


Text Example

White with #06BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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