Html Css Color HEX #7BCEDD Spray

📋 copy color: '#7BCEDD'

red 123 ◦ green 206 ◦ blue 221

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

Shades of Spray #7BCEDD

Tints of Spray #7BCEDD

RGB

 RED value IS 123 (48.44% from 255) = 22.36%

 GREEN value IS 206 (80.86% from 255) = 37.45%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 22.36%
G = 37.45%
B = 40.18%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BCEDD (or 0x7BCEDD) is known color: Spray. HEX triplet: 7B, CE and DD. RGB value is (123,206,221). Sum of RGB (Red+Green+Blue) = 123+206+221=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEDD is #843122. Grayscale: #B6B6B6. Windows color (decimal): -8663331 or 14536315. OLE color: 14536315.

HSL color Cylindrical-coordinate representation of color #7BCEDD: hue angle of 189.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCEDD is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 206 221 -
CMYK 0.44 0.07 0 0.13
HSL 189.18º 0.59% 0.67% -
HSV(B) 189.18º 0.44% 0.87% -
XYZ 43.29 53.57 76.47 -
YUV 182.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 123 206 221 0.44 0.07 0 0.13 189.18 0.59 0.67
Hex 7B CE DD 2C 7 0 D BD 3B 43
Octal 173 316 335 54 7 0 15 275 73 103
Binary 1111011 11001110 11011101 101100 111 0 1101 10111101 111011 1000011

Color Harmonies of #7BCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCEDD

Black with #7BCEDD

Text Example


Text Example

White with #7BCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCEDD; }

 p { color: rgb(123,206,221); }

 H1.HeaderClassName
 {
   color: #7BCEDD;
 }
 .AnyTagClassName
 {
   color: #7BCEDD;
 }
</style>

background-color css

<style>
 a { background-color: #7BCEDD; }

 a { background-color: rgb(123,206,221); }

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

border-color css

<style>
 span { border-color: #7BCEDD; }

 span { border-color: rgb(123,206,221); }

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