Html Css Color HEX #06CEFA Deep Sky Blue

📋 copy color: '#06CEFA'

red 6 ◦ green 206 ◦ blue 250

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

Shades of Deep Sky Blue #06CEFA

Tints of Deep Sky Blue #06CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

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

R = 1.3%
G = 44.59%
B = 54.11%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06CEFA (or 0x06CEFA) is known color: Deep Sky Blue. HEX triplet: 06, CE and FA. RGB value is (6,206,250). Sum of RGB (Red+Green+Blue) = 6+206+250=462 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #06CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CEFA is #F93105. Grayscale: #969696. Windows color (decimal): -16331014 or 16436742. OLE color: 16436742.

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

Color convert

RGB 6 206 250 -
CMYK 0.98 0.18 0 0.02
HSL 190.82º 0.96% 0.5% -
HSV(B) 190.82º 0.98% 0.98% -
XYZ 39.4 51.08 98.23 -
YUV 151.22 183.74 24.42 -
System Red Green Blue C M Y K H S L
Decimal 6 206 250 0.98 0.18 0 0.02 190.82 0.96 0.5
Hex 6 CE FA 62 12 0 2 BF 60 32
Octal 6 316 372 142 22 0 2 277 140 62
Binary 110 11001110 11111010 1100010 10010 0 10 10111111 1100000 110010

Color Harmonies of #06CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CEFA

Black with #06CEFA

Text Example


Text Example

White with #06CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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