Html Css Color HEX #06BBFE Deep Sky Blue

📋 copy color: '#06BBFE'

red 6 ◦ green 187 ◦ blue 254

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

Shades of Deep Sky Blue #06BBFE

Tints of Deep Sky Blue #06BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

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

R = 1.34%
G = 41.83%
B = 56.82%

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

#06BBFE (or 0x06BBFE) is known color: Deep Sky Blue. HEX triplet: 06, BB and FE. RGB value is (6,187,254). Sum of RGB (Red+Green+Blue) = 6+187+254=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #06BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBFE is #F94401. Grayscale: #8C8C8C. Windows color (decimal): -16335874 or 16694022. OLE color: 16694022.

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

Color convert

RGB 6 187 254 -
CMYK 0.98 0.26 0 0.00
HSL 196.21º 0.99% 0.51% -
HSV(B) 196.21º 0.98% 1% -
XYZ 35.73 42.74 100.13 -
YUV 140.52 192.03 32.05 -
System Red Green Blue C M Y K H S L
Decimal 6 187 254 0.98 0.26 0 0.00 196.21 0.99 0.51
Hex 6 BB FE 62 1A 0 0 C4 63 33
Octal 6 273 376 142 32 0 0 304 143 63
Binary 110 10111011 11111110 1100010 11010 0 0 11000100 1100011 110011

Color Harmonies of #06BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBFE

Black with #06BBFE

Text Example


Text Example

White with #06BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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