Html Css Color HEX #06ACFC Deep Sky Blue

📋 copy color: '#06ACFC'

red 6 ◦ green 172 ◦ blue 252

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

Shades of Deep Sky Blue #06ACFC

Tints of Deep Sky Blue #06ACFC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

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

R = 1.4%
G = 40%
B = 58.6%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06ACFC (or 0x06ACFC) is known color: Deep Sky Blue. HEX triplet: 06, AC and FC. RGB value is (6,172,252). Sum of RGB (Red+Green+Blue) = 6+172+252=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #06ACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACFC is #F95303. Grayscale: #838383. Windows color (decimal): -16339716 or 16559110. OLE color: 16559110.

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

Color convert

RGB 6 172 252 -
CMYK 0.98 0.32 0 0.01
HSL 199.51º 0.98% 0.51% -
HSV(B) 199.51º 0.98% 0.99% -
XYZ 32.4 36.57 97.45 -
YUV 131.49 196 38.5 -
System Red Green Blue C M Y K H S L
Decimal 6 172 252 0.98 0.32 0 0.01 199.51 0.98 0.51
Hex 6 AC FC 62 20 0 1 C8 62 33
Octal 6 254 374 142 40 0 1 310 142 63
Binary 110 10101100 11111100 1100010 100000 0 1 11001000 1100010 110011

Color Harmonies of #06ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ACFC

Black with #06ACFC

Text Example


Text Example

White with #06ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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