Html Css Color HEX #07CDFE Deep Sky Blue

📋 copy color: '#07CDFE'

red 7 ◦ green 205 ◦ blue 254

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

Shades of Deep Sky Blue #07CDFE

Tints of Deep Sky Blue #07CDFE

RGB

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

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

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

R = 1.5%
G = 43.99%
B = 54.51%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#07CDFE (or 0x07CDFE) is known color: Deep Sky Blue. HEX triplet: 07, CD and FE. RGB value is (7,205,254). Sum of RGB (Red+Green+Blue) = 7+205+254=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #07CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CDFE is #F83201. Grayscale: #969696. Windows color (decimal): -16265730 or 16698631. OLE color: 16698631.

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

Color convert

RGB 7 205 254 -
CMYK 0.97 0.19 0 0.00
HSL 191.9º 0.99% 0.51% -
HSV(B) 191.9º 0.97% 1% -
XYZ 39.81 50.86 101.49 -
YUV 151.38 185.9 25.02 -
System Red Green Blue C M Y K H S L
Decimal 7 205 254 0.97 0.19 0 0.00 191.9 0.99 0.51
Hex 7 CD FE 61 13 0 0 C0 63 33
Octal 7 315 376 141 23 0 0 300 143 63
Binary 111 11001101 11111110 1100001 10011 0 0 11000000 1100011 110011

Color Harmonies of #07CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CDFE

Black with #07CDFE

Text Example


Text Example

White with #07CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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