Html Css Color HEX #07BBFD Deep Sky Blue

📋 copy color: '#07BBFD'

red 7 ◦ green 187 ◦ blue 253

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

Shades of Deep Sky Blue #07BBFD

Tints of Deep Sky Blue #07BBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.6%

R = 1.57%
G = 41.83%
B = 56.6%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07BBFD (or 0x07BBFD) is known color: Deep Sky Blue. HEX triplet: 07, BB and FD. RGB value is (7,187,253). Sum of RGB (Red+Green+Blue) = 7+187+253=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #07BBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBFD is #F84402. Grayscale: #8C8C8C. Windows color (decimal): -16270339 or 16628487. OLE color: 16628487.

HSL color Cylindrical-coordinate representation of color #07BBFD: hue angle of 196.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBFD is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 187 253 -
CMYK 0.97 0.26 0 0.01
HSL 196.1º 0.98% 0.51% -
HSV(B) 196.1º 0.97% 0.99% -
XYZ 35.59 42.68 99.29 -
YUV 140.7 191.37 32.63 -
System Red Green Blue C M Y K H S L
Decimal 7 187 253 0.97 0.26 0 0.01 196.1 0.98 0.51
Hex 7 BB FD 61 1A 0 1 C4 62 33
Octal 7 273 375 141 32 0 1 304 142 63
Binary 111 10111011 11111101 1100001 11010 0 1 11000100 1100010 110011

Color Harmonies of #07BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BBFD

Black with #07BBFD

Text Example


Text Example

White with #07BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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