Html Css Color HEX #07BCEB Deep Sky Blue

📋 copy color: '#07BCEB'

red 7 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #07BCEB

Tints of Deep Sky Blue #07BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 1.63%
G = 43.72%
B = 54.65%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07BCEB (or 0x07BCEB) is known color: Deep Sky Blue. HEX triplet: 07, BC and EB. RGB value is (7,188,235). Sum of RGB (Red+Green+Blue) = 7+188+235=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #07BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCEB is #F84314. Grayscale: #8A8A8A. Windows color (decimal): -16270101 or 15449095. OLE color: 15449095.

HSL color Cylindrical-coordinate representation of color #07BCEB: hue angle of 192.37º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCEB is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 188 235 -
CMYK 0.97 0.2 0 0.08
HSL 192.37º 0.94% 0.47% -
HSV(B) 192.37º 0.97% 0.92% -
XYZ 33.07 42.01 84.96 -
YUV 139.24 182.03 33.68 -
System Red Green Blue C M Y K H S L
Decimal 7 188 235 0.97 0.2 0 0.08 192.37 0.94 0.47
Hex 7 BC EB 61 14 0 8 C0 5E 2F
Octal 7 274 353 141 24 0 10 300 136 57
Binary 111 10111100 11101011 1100001 10100 0 1000 11000000 1011110 101111

Color Harmonies of #07BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCEB

Black with #07BCEB

Text Example


Text Example

White with #07BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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