Html Css Color HEX #7BDCFC Light Sky Blue

📋 copy color: '#7BDCFC'

red 123 ◦ green 220 ◦ blue 252

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

Shades of Light Sky Blue #7BDCFC

Tints of Light Sky Blue #7BDCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 20.67%
G = 36.97%
B = 42.35%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BDCFC (or 0x7BDCFC) is known color: Light Sky Blue. HEX triplet: 7B, DC and FC. RGB value is (123,220,252). Sum of RGB (Red+Green+Blue) = 123+220+252=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BDCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDCFC is #842303. Grayscale: #C2C2C2. Windows color (decimal): -8659716 or 16571515. OLE color: 16571515.

HSL color Cylindrical-coordinate representation of color #7BDCFC: hue angle of 194.88º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BDCFC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 220 252 -
CMYK 0.51 0.13 0 0.01
HSL 194.88º 0.96% 0.74% -
HSV(B) 194.88º 0.51% 0.99% -
XYZ 51.33 62.43 101.44 -
YUV 194.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 123 220 252 0.51 0.13 0 0.01 194.88 0.96 0.74
Hex 7B DC FC 33 D 0 1 C3 60 4A
Octal 173 334 374 63 15 0 1 303 140 112
Binary 1111011 11011100 11111100 110011 1101 0 1 11000011 1100000 1001010

Color Harmonies of #7BDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDCFC

Black with #7BDCFC

Text Example


Text Example

White with #7BDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,220,252); }

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

background-color css

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

 a { background-color: rgb(123,220,252); }

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

border-color css

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

 span { border-color: rgb(123,220,252); }

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