Html Css Color HEX #06D4FF Deep Sky Blue

📋 copy color: '#06D4FF'

red 6 ◦ green 212 ◦ blue 255

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

Shades of Deep Sky Blue #06D4FF

Tints of Deep Sky Blue #06D4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

 BLUE value IS 255 (100% from 255) = 53.91%

R = 1.27%
G = 44.82%
B = 53.91%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06D4FF (or 0x06D4FF) is known color: Deep Sky Blue. HEX triplet: 06, D4 and FF. RGB value is (6,212,255). Sum of RGB (Red+Green+Blue) = 6+212+255=473 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #06D4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D4FF is #F92B00. Grayscale: #9A9A9A. Windows color (decimal): -16329473 or 16765958. OLE color: 16765958.

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

Color convert

RGB 6 212 255 -
CMYK 0.98 0.17 0 0
HSL 190.36º 1% 0.51% -
HSV(B) 190.36º 0.98% 1% -
XYZ 41.67 54.35 102.9 -
YUV 155.31 184.25 21.5 -
System Red Green Blue C M Y K H S L
Decimal 6 212 255 0.98 0.17 0 0 190.36 1 0.51
Hex 6 D4 FF 62 11 0 0 BE 64 33
Octal 6 324 377 142 21 0 0 276 144 63
Binary 110 11010100 11111111 1100010 10001 0 0 10111110 1100100 110011

Color Harmonies of #06D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D4FF

Black with #06D4FF

Text Example


Text Example

White with #06D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,212,255); }

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

background-color css

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

 a { background-color: rgb(6,212,255); }

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

border-color css

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

 span { border-color: rgb(6,212,255); }

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