Html Css Color HEX #06BFFC Deep Sky Blue

📋 copy color: '#06BFFC'

red 6 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #06BFFC

Tints of Deep Sky Blue #06BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 1.34%
G = 42.54%
B = 56.12%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06BFFC (or 0x06BFFC) is known color: Deep Sky Blue. HEX triplet: 06, BF and FC. RGB value is (6,191,252). Sum of RGB (Red+Green+Blue) = 6+191+252=449 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #06BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFFC is #F94003. Grayscale: #8E8E8E. Windows color (decimal): -16334852 or 16563974. OLE color: 16563974.

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

Color convert

RGB 6 191 252 -
CMYK 0.98 0.24 0 0.01
HSL 194.88º 0.98% 0.51% -
HSV(B) 194.88º 0.98% 0.99% -
XYZ 36.28 44.33 98.74 -
YUV 142.64 189.71 30.54 -
System Red Green Blue C M Y K H S L
Decimal 6 191 252 0.98 0.24 0 0.01 194.88 0.98 0.51
Hex 6 BF FC 62 18 0 1 C3 62 33
Octal 6 277 374 142 30 0 1 303 142 63
Binary 110 10111111 11111100 1100010 11000 0 1 11000011 1100010 110011

Color Harmonies of #06BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFFC

Black with #06BFFC

Text Example


Text Example

White with #06BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,191,252); }

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

background-color css

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

 a { background-color: rgb(6,191,252); }

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

border-color css

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

 span { border-color: rgb(6,191,252); }

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