Html Css Color HEX #07CDF8 Deep Sky Blue

📋 copy color: '#07CDF8'

red 7 ◦ green 205 ◦ blue 248

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

Shades of Deep Sky Blue #07CDF8

Tints of Deep Sky Blue #07CDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.91%

R = 1.52%
G = 44.57%
B = 53.91%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#07CDF8 (or 0x07CDF8) is known color: Deep Sky Blue. HEX triplet: 07, CD and F8. RGB value is (7,205,248). Sum of RGB (Red+Green+Blue) = 7+205+248=460 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #07CDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CDF8 is #F83207. Grayscale: #969696. Windows color (decimal): -16265736 or 16305415. OLE color: 16305415.

HSL color Cylindrical-coordinate representation of color #07CDF8: hue angle of 190.71º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDF8 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 205 248 -
CMYK 0.97 0.17 0 0.03
HSL 190.71º 0.95% 0.5% -
HSV(B) 190.71º 0.97% 0.97% -
XYZ 38.86 50.49 96.5 -
YUV 150.7 182.9 25.5 -
System Red Green Blue C M Y K H S L
Decimal 7 205 248 0.97 0.17 0 0.03 190.71 0.95 0.5
Hex 7 CD F8 61 11 0 3 BF 5F 32
Octal 7 315 370 141 21 0 3 277 137 62
Binary 111 11001101 11111000 1100001 10001 0 11 10111111 1011111 110010

Color Harmonies of #07CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CDF8

Black with #07CDF8

Text Example


Text Example

White with #07CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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