Html Css Color HEX #06BFFE Deep Sky Blue

📋 copy color: '#06BFFE'

red 6 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #06BFFE

Tints of Deep Sky Blue #06BFFE

RGB

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

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

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

R = 1.33%
G = 42.35%
B = 56.32%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06BFFE (or 0x06BFFE) is known color: Deep Sky Blue. HEX triplet: 06, BF and FE. RGB value is (6,191,254). Sum of RGB (Red+Green+Blue) = 6+191+254=451 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #06BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFFE is #F94001. Grayscale: #8E8E8E. Windows color (decimal): -16334850 or 16695046. OLE color: 16695046.

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

Color convert

RGB 6 191 254 -
CMYK 0.98 0.25 0 0.00
HSL 195.24º 0.99% 0.51% -
HSV(B) 195.24º 0.98% 1% -
XYZ 36.6 44.46 100.42 -
YUV 142.87 190.71 30.38 -
System Red Green Blue C M Y K H S L
Decimal 6 191 254 0.98 0.25 0 0.00 195.24 0.99 0.51
Hex 6 BF FE 62 19 0 0 C3 63 33
Octal 6 277 376 142 31 0 0 303 143 63
Binary 110 10111111 11111110 1100010 11001 0 0 11000011 1100011 110011

Color Harmonies of #06BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFFE

Black with #06BFFE

Text Example


Text Example

White with #06BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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