Html Css Color HEX #92C5FD Light Sky Blue

📋 copy color: '#92C5FD'

red 146 ◦ green 197 ◦ blue 253

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

Shades of Light Sky Blue #92C5FD

Tints of Light Sky Blue #92C5FD

RGB

 RED value IS 146 (57.42% from 255) = 24.5%

 GREEN value IS 197 (77.34% from 255) = 33.05%

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 24.5%
G = 33.05%
B = 42.45%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#92C5FD (or 0x92C5FD) is known color: Light Sky Blue. HEX triplet: 92, C5 and FD. RGB value is (146,197,253). Sum of RGB (Red+Green+Blue) = 146+197+253=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #92C5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5FD is #6D3A02. Grayscale: #BBBBBB. Windows color (decimal): -7158275 or 16631186. OLE color: 16631186.

HSL color Cylindrical-coordinate representation of color #92C5FD: hue angle of 211.4º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92C5FD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 197 253 -
CMYK 0.42 0.22 0 0.01
HSL 211.4º 0.96% 0.78% -
HSV(B) 211.4º 0.42% 0.99% -
XYZ 49.55 53.14 100.57 -
YUV 188.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 146 197 253 0.42 0.22 0 0.01 211.4 0.96 0.78
Hex 92 C5 FD 2A 16 0 1 D3 60 4E
Octal 222 305 375 52 26 0 1 323 140 116
Binary 10010010 11000101 11111101 101010 10110 0 1 11010011 1100000 1001110

Color Harmonies of #92C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C5FD

Black with #92C5FD

Text Example


Text Example

White with #92C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92C5FD; }

 p { color: rgb(146,197,253); }

 H1.HeaderClassName
 {
   color: #92C5FD;
 }
 .AnyTagClassName
 {
   color: #92C5FD;
 }
</style>

background-color css

<style>
 a { background-color: #92C5FD; }

 a { background-color: rgb(146,197,253); }

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

border-color css

<style>
 span { border-color: #92C5FD; }

 span { border-color: rgb(146,197,253); }

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