Html Css Color HEX #07CBED Deep Sky Blue

📋 copy color: '#07CBED'

red 7 ◦ green 203 ◦ blue 237

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

Shades of Deep Sky Blue #07CBED

Tints of Deep Sky Blue #07CBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 1.57%
G = 45.41%
B = 53.02%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#07CBED (or 0x07CBED) is known color: Deep Sky Blue. HEX triplet: 07, CB and ED. RGB value is (7,203,237). Sum of RGB (Red+Green+Blue) = 7+203+237=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #07CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBED is #F83412. Grayscale: #939393. Windows color (decimal): -16266259 or 15584007. OLE color: 15584007.

HSL color Cylindrical-coordinate representation of color #07CBED: hue angle of 188.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBED is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 203 237 -
CMYK 0.97 0.14 0 0.07
HSL 188.87º 0.94% 0.48% -
HSV(B) 188.87º 0.97% 0.93% -
XYZ 36.73 48.87 87.62 -
YUV 148.27 178.07 27.24 -
System Red Green Blue C M Y K H S L
Decimal 7 203 237 0.97 0.14 0 0.07 188.87 0.94 0.48
Hex 7 CB ED 61 E 0 7 BD 5E 30
Octal 7 313 355 141 16 0 7 275 136 60
Binary 111 11001011 11101101 1100001 1110 0 111 10111101 1011110 110000

Color Harmonies of #07CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CBED

Black with #07CBED

Text Example


Text Example

White with #07CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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