Html Css Color HEX #06B2FA Deep Sky Blue

📋 copy color: '#06B2FA'

red 6 ◦ green 178 ◦ blue 250

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

Shades of Deep Sky Blue #06B2FA

Tints of Deep Sky Blue #06B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 1.38%
G = 41.01%
B = 57.6%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06B2FA (or 0x06B2FA) is known color: Deep Sky Blue. HEX triplet: 06, B2 and FA. RGB value is (6,178,250). Sum of RGB (Red+Green+Blue) = 6+178+250=434 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #06B2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B2FA is #F94D05. Grayscale: #868686. Windows color (decimal): -16338182 or 16429574. OLE color: 16429574.

HSL color Cylindrical-coordinate representation of color #06B2FA: hue angle of 197.7º degrees, saturation: 0.96, 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 #06B2FA is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 178 250 -
CMYK 0.98 0.29 0 0.02
HSL 197.7º 0.96% 0.5% -
HSV(B) 197.7º 0.98% 0.98% -
XYZ 33.25 38.78 96.18 -
YUV 134.78 193.02 36.15 -
System Red Green Blue C M Y K H S L
Decimal 6 178 250 0.98 0.29 0 0.02 197.7 0.96 0.5
Hex 6 B2 FA 62 1D 0 2 C6 60 32
Octal 6 262 372 142 35 0 2 306 140 62
Binary 110 10110010 11111010 1100010 11101 0 10 11000110 1100000 110010

Color Harmonies of #06B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B2FA

Black with #06B2FA

Text Example


Text Example

White with #06B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,178,250); }

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

background-color css

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

 a { background-color: rgb(6,178,250); }

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

border-color css

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

 span { border-color: rgb(6,178,250); }

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