Html Css Color HEX #07CBEE Deep Sky Blue

📋 copy color: '#07CBEE'

red 7 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #07CBEE

Tints of Deep Sky Blue #07CBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 1.56%
G = 45.31%
B = 53.13%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#07CBEE (or 0x07CBEE) is known color: Deep Sky Blue. HEX triplet: 07, CB and EE. RGB value is (7,203,238). Sum of RGB (Red+Green+Blue) = 7+203+238=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #07CBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBEE is #F83411. Grayscale: #949494. Windows color (decimal): -16266258 or 15649543. OLE color: 15649543.

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

Color convert

RGB 7 203 238 -
CMYK 0.97 0.15 0 0.07
HSL 189.09º 0.94% 0.48% -
HSV(B) 189.09º 0.97% 0.93% -
XYZ 36.88 48.93 88.39 -
YUV 148.39 178.57 27.15 -
System Red Green Blue C M Y K H S L
Decimal 7 203 238 0.97 0.15 0 0.07 189.09 0.94 0.48
Hex 7 CB EE 61 F 0 7 BD 5E 30
Octal 7 313 356 141 17 0 7 275 136 60
Binary 111 11001011 11101110 1100001 1111 0 111 10111101 1011110 110000

Color Harmonies of #07CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CBEE

Black with #07CBEE

Text Example


Text Example

White with #07CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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