Html Css Color HEX #06B2EE Deep Sky Blue

📋 copy color: '#06B2EE'

red 6 ◦ green 178 ◦ blue 238

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

Shades of Deep Sky Blue #06B2EE

Tints of Deep Sky Blue #06B2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 1.42%
G = 42.18%
B = 56.4%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06B2EE (or 0x06B2EE) is known color: Deep Sky Blue. HEX triplet: 06, B2 and EE. RGB value is (6,178,238). Sum of RGB (Red+Green+Blue) = 6+178+238=422 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #06B2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B2EE is #F94D11. Grayscale: #858585. Windows color (decimal): -16338194 or 15643142. OLE color: 15643142.

HSL color Cylindrical-coordinate representation of color #06B2EE: hue angle of 195.52º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B2EE is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 178 238 -
CMYK 0.97 0.25 0 0.07
HSL 195.52º 0.95% 0.48% -
HSV(B) 195.52º 0.97% 0.93% -
XYZ 31.43 38.05 86.58 -
YUV 133.41 187.02 37.12 -
System Red Green Blue C M Y K H S L
Decimal 6 178 238 0.97 0.25 0 0.07 195.52 0.95 0.48
Hex 6 B2 EE 61 19 0 7 C4 5F 30
Octal 6 262 356 141 31 0 7 304 137 60
Binary 110 10110010 11101110 1100001 11001 0 111 11000100 1011111 110000

Color Harmonies of #06B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B2EE

Black with #06B2EE

Text Example


Text Example

White with #06B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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