Html Css Color HEX #06CFFA Deep Sky Blue

📋 copy color: '#06CFFA'

red 6 ◦ green 207 ◦ blue 250

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

Shades of Deep Sky Blue #06CFFA

Tints of Deep Sky Blue #06CFFA

RGB

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

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

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

R = 1.3%
G = 44.71%
B = 54%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06CFFA (or 0x06CFFA) is known color: Deep Sky Blue. HEX triplet: 06, CF and FA. RGB value is (6,207,250). Sum of RGB (Red+Green+Blue) = 6+207+250=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #06CFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CFFA is #F93005. Grayscale: #979797. Windows color (decimal): -16330758 or 16436998. OLE color: 16436998.

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

Color convert

RGB 6 207 250 -
CMYK 0.98 0.17 0 0.02
HSL 190.57º 0.96% 0.5% -
HSV(B) 190.57º 0.98% 0.98% -
XYZ 39.64 51.57 98.31 -
YUV 151.8 183.41 24 -
System Red Green Blue C M Y K H S L
Decimal 6 207 250 0.98 0.17 0 0.02 190.57 0.96 0.5
Hex 6 CF FA 62 11 0 2 BF 60 32
Octal 6 317 372 142 21 0 2 277 140 62
Binary 110 11001111 11111010 1100010 10001 0 10 10111111 1100000 110010

Color Harmonies of #06CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CFFA

Black with #06CFFA

Text Example


Text Example

White with #06CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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