Html Css Color HEX #06A5F1 Deep Sky Blue

📋 copy color: '#06A5F1'

red 6 ◦ green 165 ◦ blue 241

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

Shades of Deep Sky Blue #06A5F1

Tints of Deep Sky Blue #06A5F1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

 BLUE value IS 241 (94.53% from 255) = 58.5%

R = 1.46%
G = 40.05%
B = 58.5%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06A5F1 (or 0x06A5F1) is known color: Deep Sky Blue. HEX triplet: 06, A5 and F1. RGB value is (6,165,241). Sum of RGB (Red+Green+Blue) = 6+165+241=412 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #06A5F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A5F1 is #F95A0E. Grayscale: #7D7D7D. Windows color (decimal): -16341519 or 15836422. OLE color: 15836422.

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

Color convert

RGB 6 165 241 -
CMYK 0.98 0.32 0 0.05
HSL 199.4º 0.95% 0.48% -
HSV(B) 199.4º 0.98% 0.95% -
XYZ 29.41 33.3 88.1 -
YUV 126.12 192.82 42.32 -
System Red Green Blue C M Y K H S L
Decimal 6 165 241 0.98 0.32 0 0.05 199.4 0.95 0.48
Hex 6 A5 F1 62 20 0 5 C7 5F 30
Octal 6 245 361 142 40 0 5 307 137 60
Binary 110 10100101 11110001 1100010 100000 0 101 11000111 1011111 110000

Color Harmonies of #06A5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A5F1

Black with #06A5F1

Text Example


Text Example

White with #06A5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,165,241); }

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

background-color css

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

 a { background-color: rgb(6,165,241); }

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

border-color css

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

 span { border-color: rgb(6,165,241); }

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