Html Css Color HEX #06CDFE Deep Sky Blue

📋 copy color: '#06CDFE'

red 6 ◦ green 205 ◦ blue 254

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

Shades of Deep Sky Blue #06CDFE

Tints of Deep Sky Blue #06CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 1.29%
G = 44.09%
B = 54.62%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06CDFE (or 0x06CDFE) is known color: Deep Sky Blue. HEX triplet: 06, CD and FE. RGB value is (6,205,254). Sum of RGB (Red+Green+Blue) = 6+205+254=465 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #06CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CDFE is #F93201. Grayscale: #969696. Windows color (decimal): -16331266 or 16698630. OLE color: 16698630.

HSL color Cylindrical-coordinate representation of color #06CDFE: hue angle of 191.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CDFE is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 205 254 -
CMYK 0.98 0.19 0 0.00
HSL 191.85º 0.99% 0.51% -
HSV(B) 191.85º 0.98% 1% -
XYZ 39.8 50.86 101.48 -
YUV 151.09 186.07 24.52 -
System Red Green Blue C M Y K H S L
Decimal 6 205 254 0.98 0.19 0 0.00 191.85 0.99 0.51
Hex 6 CD FE 62 13 0 0 C0 63 33
Octal 6 315 376 142 23 0 0 300 143 63
Binary 110 11001101 11111110 1100010 10011 0 0 11000000 1100011 110011

Color Harmonies of #06CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CDFE

Black with #06CDFE

Text Example


Text Example

White with #06CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,205,254); }

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

background-color css

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

 a { background-color: rgb(6,205,254); }

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

border-color css

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

 span { border-color: rgb(6,205,254); }

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