Html Css Color HEX #07BDFB Deep Sky Blue

📋 copy color: '#07BDFB'

red 7 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #07BDFB

Tints of Deep Sky Blue #07BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.28%

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 1.57%
G = 42.28%
B = 56.15%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07BDFB (or 0x07BDFB) is known color: Deep Sky Blue. HEX triplet: 07, BD and FB. RGB value is (7,189,251). Sum of RGB (Red+Green+Blue) = 7+189+251=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #07BDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDFB is #F84204. Grayscale: #8D8D8D. Windows color (decimal): -16269829 or 16497927. OLE color: 16497927.

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

Color convert

RGB 7 189 251 -
CMYK 0.97 0.25 0 0.02
HSL 195.25º 0.97% 0.51% -
HSV(B) 195.25º 0.97% 0.98% -
XYZ 35.7 43.41 97.76 -
YUV 141.65 189.7 31.96 -
System Red Green Blue C M Y K H S L
Decimal 7 189 251 0.97 0.25 0 0.02 195.25 0.97 0.51
Hex 7 BD FB 61 19 0 2 C3 61 33
Octal 7 275 373 141 31 0 2 303 141 63
Binary 111 10111101 11111011 1100001 11001 0 10 11000011 1100001 110011

Color Harmonies of #07BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BDFB

Black with #07BDFB

Text Example


Text Example

White with #07BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,189,251); }

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

background-color css

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

 a { background-color: rgb(7,189,251); }

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

border-color css

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

 span { border-color: rgb(7,189,251); }

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