Html Css Color HEX #07BFF4 Deep Sky Blue

📋 copy color: '#07BFF4'

red 7 ◦ green 191 ◦ blue 244

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

Shades of Deep Sky Blue #07BFF4

Tints of Deep Sky Blue #07BFF4

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 244 (95.7% from 255) = 55.2%

R = 1.58%
G = 43.21%
B = 55.2%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#07BFF4 (or 0x07BFF4) is known color: Deep Sky Blue. HEX triplet: 07, BF and F4. RGB value is (7,191,244). Sum of RGB (Red+Green+Blue) = 7+191+244=442 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #07BFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFF4 is #F8400B. Grayscale: #8D8D8D. Windows color (decimal): -16269324 or 16039687. OLE color: 16039687.

HSL color Cylindrical-coordinate representation of color #07BFF4: hue angle of 193.42º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFF4 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 191 244 -
CMYK 0.97 0.22 0 0.04
HSL 193.42º 0.94% 0.49% -
HSV(B) 193.42º 0.97% 0.96% -
XYZ 35.05 43.84 92.2 -
YUV 142.03 185.54 31.69 -
System Red Green Blue C M Y K H S L
Decimal 7 191 244 0.97 0.22 0 0.04 193.42 0.94 0.49
Hex 7 BF F4 61 16 0 4 C1 5E 31
Octal 7 277 364 141 26 0 4 301 136 61
Binary 111 10111111 11110100 1100001 10110 0 100 11000001 1011110 110001

Color Harmonies of #07BFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BFF4

Black with #07BFF4

Text Example


Text Example

White with #07BFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,191,244); }

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

background-color css

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

 a { background-color: rgb(7,191,244); }

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

border-color css

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

 span { border-color: rgb(7,191,244); }

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