Html Css Color HEX #06B6FF Deep Sky Blue

📋 copy color: '#06B6FF'

red 6 ◦ green 182 ◦ blue 255

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

Shades of Deep Sky Blue #06B6FF

Tints of Deep Sky Blue #06B6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

 BLUE value IS 255 (100% from 255) = 57.56%

R = 1.35%
G = 41.08%
B = 57.56%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06B6FF (or 0x06B6FF) is known color: Deep Sky Blue. HEX triplet: 06, B6 and FF. RGB value is (6,182,255). Sum of RGB (Red+Green+Blue) = 6+182+255=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #06B6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B6FF is #F94900. Grayscale: #898989. Windows color (decimal): -16337153 or 16758278. OLE color: 16758278.

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

Color convert

RGB 6 182 255 -
CMYK 0.98 0.29 0 0
HSL 197.59º 1% 0.51% -
HSV(B) 197.59º 0.98% 1% -
XYZ 34.85 40.71 100.63 -
YUV 137.7 194.19 34.06 -
System Red Green Blue C M Y K H S L
Decimal 6 182 255 0.98 0.29 0 0 197.59 1 0.51
Hex 6 B6 FF 62 1D 0 0 C6 64 33
Octal 6 266 377 142 35 0 0 306 144 63
Binary 110 10110110 11111111 1100010 11101 0 0 11000110 1100100 110011

Color Harmonies of #06B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B6FF

Black with #06B6FF

Text Example


Text Example

White with #06B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,182,255); }

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

background-color css

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

 a { background-color: rgb(6,182,255); }

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

border-color css

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

 span { border-color: rgb(6,182,255); }

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