Html Css Color HEX #06CFFE Deep Sky Blue

📋 copy color: '#06CFFE'

red 6 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #06CFFE

Tints of Deep Sky Blue #06CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

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

R = 1.28%
G = 44.33%
B = 54.39%

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

#06CFFE (or 0x06CFFE) is known color: Deep Sky Blue. HEX triplet: 06, CF and FE. RGB value is (6,207,254). Sum of RGB (Red+Green+Blue) = 6+207+254=467 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #06CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CFFE is #F93001. Grayscale: #979797. Windows color (decimal): -16330754 or 16699142. OLE color: 16699142.

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

Color convert

RGB 6 207 254 -
CMYK 0.98 0.19 0 0.00
HSL 191.37º 0.99% 0.51% -
HSV(B) 191.37º 0.98% 1% -
XYZ 40.28 51.82 101.65 -
YUV 152.26 185.41 23.68 -
System Red Green Blue C M Y K H S L
Decimal 6 207 254 0.98 0.19 0 0.00 191.37 0.99 0.51
Hex 6 CF FE 62 13 0 0 BF 63 33
Octal 6 317 376 142 23 0 0 277 143 63
Binary 110 11001111 11111110 1100010 10011 0 0 10111111 1100011 110011

Color Harmonies of #06CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CFFE

Black with #06CFFE

Text Example


Text Example

White with #06CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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