Html Css Color HEX #07BBE6 Deep Sky Blue

📋 copy color: '#07BBE6'

red 7 ◦ green 187 ◦ blue 230

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

Shades of Deep Sky Blue #07BBE6

Tints of Deep Sky Blue #07BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 1.65%
G = 44.1%
B = 54.25%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#07BBE6 (or 0x07BBE6) is known color: Deep Sky Blue. HEX triplet: 07, BB and E6. RGB value is (7,187,230). Sum of RGB (Red+Green+Blue) = 7+187+230=424 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #07BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBE6 is #F84419. Grayscale: #898989. Windows color (decimal): -16270362 or 15121159. OLE color: 15121159.

HSL color Cylindrical-coordinate representation of color #07BBE6: hue angle of 191.57º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBE6 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 187 230 -
CMYK 0.97 0.19 0 0.10
HSL 191.57º 0.94% 0.46% -
HSV(B) 191.57º 0.97% 0.9% -
XYZ 32.14 41.3 81.14 -
YUV 138.08 179.87 34.5 -
System Red Green Blue C M Y K H S L
Decimal 7 187 230 0.97 0.19 0 0.10 191.57 0.94 0.46
Hex 7 BB E6 61 13 0 A C0 5E 2E
Octal 7 273 346 141 23 0 12 300 136 56
Binary 111 10111011 11100110 1100001 10011 0 1010 11000000 1011110 101110

Color Harmonies of #07BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BBE6

Black with #07BBE6

Text Example


Text Example

White with #07BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,187,230); }

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

background-color css

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

 a { background-color: rgb(7,187,230); }

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

border-color css

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

 span { border-color: rgb(7,187,230); }

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