Html Css Color HEX #07BDEF Deep Sky Blue

📋 copy color: '#07BDEF'

red 7 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #07BDEF

Tints of Deep Sky Blue #07BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.45%

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 1.61%
G = 43.45%
B = 54.94%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#07BDEF (or 0x07BDEF) is known color: Deep Sky Blue. HEX triplet: 07, BD and EF. RGB value is (7,189,239). Sum of RGB (Red+Green+Blue) = 7+189+239=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #07BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDEF is #F84210. Grayscale: #8B8B8B. Windows color (decimal): -16269841 or 15711495. OLE color: 15711495.

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

Color convert

RGB 7 189 239 -
CMYK 0.97 0.21 0 0.06
HSL 192.93º 0.94% 0.48% -
HSV(B) 192.93º 0.97% 0.94% -
XYZ 33.87 42.67 88.11 -
YUV 140.28 183.7 32.93 -
System Red Green Blue C M Y K H S L
Decimal 7 189 239 0.97 0.21 0 0.06 192.93 0.94 0.48
Hex 7 BD EF 61 15 0 6 C1 5E 30
Octal 7 275 357 141 25 0 6 301 136 60
Binary 111 10111101 11101111 1100001 10101 0 110 11000001 1011110 110000

Color Harmonies of #07BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BDEF

Black with #07BDEF

Text Example


Text Example

White with #07BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,189,239); }

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

background-color css

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

 a { background-color: rgb(7,189,239); }

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

border-color css

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

 span { border-color: rgb(7,189,239); }

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