Html Css Color HEX #07BBEA Deep Sky Blue

📋 copy color: '#07BBEA'

red 7 ◦ green 187 ◦ blue 234

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

Shades of Deep Sky Blue #07BBEA

Tints of Deep Sky Blue #07BBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 1.64%
G = 43.69%
B = 54.67%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07BBEA (or 0x07BBEA) is known color: Deep Sky Blue. HEX triplet: 07, BB and EA. RGB value is (7,187,234). Sum of RGB (Red+Green+Blue) = 7+187+234=428 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #07BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBEA is #F84415. Grayscale: #8A8A8A. Windows color (decimal): -16270358 or 15383303. OLE color: 15383303.

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

Color convert

RGB 7 187 234 -
CMYK 0.97 0.20 0 0.08
HSL 192.42º 0.94% 0.47% -
HSV(B) 192.42º 0.97% 0.92% -
XYZ 32.71 41.53 84.13 -
YUV 138.54 181.87 34.18 -
System Red Green Blue C M Y K H S L
Decimal 7 187 234 0.97 0.20 0 0.08 192.42 0.94 0.47
Hex 7 BB EA 61 14 0 8 C0 5E 2F
Octal 7 273 352 141 24 0 10 300 136 57
Binary 111 10111011 11101010 1100001 10100 0 1000 11000000 1011110 101111

Color Harmonies of #07BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BBEA

Black with #07BBEA

Text Example


Text Example

White with #07BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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