Html Css Color HEX #07CBEB Deep Sky Blue

📋 copy color: '#07CBEB'

red 7 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #07CBEB

Tints of Deep Sky Blue #07CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 1.57%
G = 45.62%
B = 52.81%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07CBEB (or 0x07CBEB) is known color: Deep Sky Blue. HEX triplet: 07, CB and EB. RGB value is (7,203,235). Sum of RGB (Red+Green+Blue) = 7+203+235=445 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #07CBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBEB is #F83414. Grayscale: #939393. Windows color (decimal): -16266261 or 15452935. OLE color: 15452935.

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

Color convert

RGB 7 203 235 -
CMYK 0.97 0.14 0 0.08
HSL 188.42º 0.94% 0.47% -
HSV(B) 188.42º 0.97% 0.92% -
XYZ 36.44 48.76 86.09 -
YUV 148.04 177.07 27.4 -
System Red Green Blue C M Y K H S L
Decimal 7 203 235 0.97 0.14 0 0.08 188.42 0.94 0.47
Hex 7 CB EB 61 E 0 8 BC 5E 2F
Octal 7 313 353 141 16 0 10 274 136 57
Binary 111 11001011 11101011 1100001 1110 0 1000 10111100 1011110 101111

Color Harmonies of #07CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CBEB

Black with #07CBEB

Text Example


Text Example

White with #07CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,203,235); }

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

background-color css

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

 a { background-color: rgb(7,203,235); }

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

border-color css

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

 span { border-color: rgb(7,203,235); }

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