Html Css Color HEX #07CFEE Deep Sky Blue

📋 copy color: '#07CFEE'

red 7 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #07CFEE

Tints of Deep Sky Blue #07CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 1.55%
G = 45.8%
B = 52.65%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#07CFEE (or 0x07CFEE) is known color: Deep Sky Blue. HEX triplet: 07, CF and EE. RGB value is (7,207,238). Sum of RGB (Red+Green+Blue) = 7+207+238=452 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #07CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CFEE is #F83011. Grayscale: #969696. Windows color (decimal): -16265234 or 15650567. OLE color: 15650567.

HSL color Cylindrical-coordinate representation of color #07CFEE: hue angle of 188.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CFEE is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 207 238 -
CMYK 0.97 0.13 0 0.07
HSL 188.05º 0.94% 0.48% -
HSV(B) 188.05º 0.97% 0.93% -
XYZ 37.83 50.84 88.71 -
YUV 150.73 177.24 25.48 -
System Red Green Blue C M Y K H S L
Decimal 7 207 238 0.97 0.13 0 0.07 188.05 0.94 0.48
Hex 7 CF EE 61 D 0 7 BC 5E 30
Octal 7 317 356 141 15 0 7 274 136 60
Binary 111 11001111 11101110 1100001 1101 0 111 10111100 1011110 110000

Color Harmonies of #07CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CFEE

Black with #07CFEE

Text Example


Text Example

White with #07CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,207,238); }

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

background-color css

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

 a { background-color: rgb(7,207,238); }

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

border-color css

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

 span { border-color: rgb(7,207,238); }

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