Html Css Color HEX #07CCF4 Deep Sky Blue

📋 copy color: '#07CCF4'

red 7 ◦ green 204 ◦ blue 244

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

Shades of Deep Sky Blue #07CCF4

Tints of Deep Sky Blue #07CCF4

RGB

 RED value IS 7 (3.13% from 255) = 1.54%

 GREEN value IS 204 (80.08% from 255) = 44.84%

 BLUE value IS 244 (95.7% from 255) = 53.63%

R = 1.54%
G = 44.84%
B = 53.63%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#07CCF4 (or 0x07CCF4) is known color: Deep Sky Blue. HEX triplet: 07, CC and F4. RGB value is (7,204,244). Sum of RGB (Red+Green+Blue) = 7+204+244=455 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #07CCF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CCF4 is #F8330B. Grayscale: #959595. Windows color (decimal): -16265996 or 16043015. OLE color: 16043015.

HSL color Cylindrical-coordinate representation of color #07CCF4: hue angle of 190.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CCF4 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 204 244 -
CMYK 0.97 0.16 0 0.04
HSL 190.13º 0.94% 0.49% -
HSV(B) 190.13º 0.97% 0.96% -
XYZ 38.01 49.76 93.19 -
YUV 149.66 181.23 26.25 -
System Red Green Blue C M Y K H S L
Decimal 7 204 244 0.97 0.16 0 0.04 190.13 0.94 0.49
Hex 7 CC F4 61 10 0 4 BE 5E 31
Octal 7 314 364 141 20 0 4 276 136 61
Binary 111 11001100 11110100 1100001 10000 0 100 10111110 1011110 110001

Color Harmonies of #07CCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CCF4

Black with #07CCF4

Text Example


Text Example

White with #07CCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07CCF4; }

 p { color: rgb(7,204,244); }

 H1.HeaderClassName
 {
   color: #07CCF4;
 }
 .AnyTagClassName
 {
   color: #07CCF4;
 }
</style>

background-color css

<style>
 a { background-color: #07CCF4; }

 a { background-color: rgb(7,204,244); }

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

border-color css

<style>
 span { border-color: #07CCF4; }

 span { border-color: rgb(7,204,244); }

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