Html Css Color HEX #06ABFB Deep Sky Blue

📋 copy color: '#06ABFB'

red 6 ◦ green 171 ◦ blue 251

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

Shades of Deep Sky Blue #06ABFB

Tints of Deep Sky Blue #06ABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 1.4%
G = 39.95%
B = 58.64%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06ABFB (or 0x06ABFB) is known color: Deep Sky Blue. HEX triplet: 06, AB and FB. RGB value is (6,171,251). Sum of RGB (Red+Green+Blue) = 6+171+251=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #06ABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ABFB is #F95404. Grayscale: #828282. Windows color (decimal): -16339973 or 16493318. OLE color: 16493318.

HSL color Cylindrical-coordinate representation of color #06ABFB: hue angle of 199.59º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ABFB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 171 251 -
CMYK 0.98 0.32 0 0.02
HSL 199.59º 0.97% 0.5% -
HSV(B) 199.59º 0.98% 0.98% -
XYZ 32.05 36.13 96.55 -
YUV 130.79 195.84 39 -
System Red Green Blue C M Y K H S L
Decimal 6 171 251 0.98 0.32 0 0.02 199.59 0.97 0.5
Hex 6 AB FB 62 20 0 2 C8 61 32
Octal 6 253 373 142 40 0 2 310 141 62
Binary 110 10101011 11111011 1100010 100000 0 10 11001000 1100001 110010

Color Harmonies of #06ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABFB

Black with #06ABFB

Text Example


Text Example

White with #06ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,171,251); }

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

background-color css

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

 a { background-color: rgb(6,171,251); }

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

border-color css

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

 span { border-color: rgb(6,171,251); }

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