Html Css Color HEX #07BCED Deep Sky Blue

📋 copy color: '#07BCED'

red 7 ◦ green 188 ◦ blue 237

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

Shades of Deep Sky Blue #07BCED

Tints of Deep Sky Blue #07BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 237 (92.97% from 255) = 54.86%

R = 1.62%
G = 43.52%
B = 54.86%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#07BCED (or 0x07BCED) is known color: Deep Sky Blue. HEX triplet: 07, BC and ED. RGB value is (7,188,237). Sum of RGB (Red+Green+Blue) = 7+188+237=432 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #07BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCED is #F84312. Grayscale: #8B8B8B. Windows color (decimal): -16270099 or 15580167. OLE color: 15580167.

HSL color Cylindrical-coordinate representation of color #07BCED: hue angle of 192.78º 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 #07BCED is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 188 237 -
CMYK 0.97 0.21 0 0.07
HSL 192.78º 0.94% 0.48% -
HSV(B) 192.78º 0.97% 0.93% -
XYZ 33.36 42.13 86.49 -
YUV 139.47 183.03 33.52 -
System Red Green Blue C M Y K H S L
Decimal 7 188 237 0.97 0.21 0 0.07 192.78 0.94 0.48
Hex 7 BC ED 61 15 0 7 C1 5E 30
Octal 7 274 355 141 25 0 7 301 136 60
Binary 111 10111100 11101101 1100001 10101 0 111 11000001 1011110 110000

Color Harmonies of #07BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCED

Black with #07BCED

Text Example


Text Example

White with #07BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,237); }

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

background-color css

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

 a { background-color: rgb(7,188,237); }

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

border-color css

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

 span { border-color: rgb(7,188,237); }

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