Html Css Color HEX #92C3FA Light Sky Blue

📋 copy color: '#92C3FA'

red 146 ◦ green 195 ◦ blue 250

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

Shades of Light Sky Blue #92C3FA

Tints of Light Sky Blue #92C3FA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.99%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 24.7%
G = 32.99%
B = 42.3%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#92C3FA (or 0x92C3FA) is known color: Light Sky Blue. HEX triplet: 92, C3 and FA. RGB value is (146,195,250). Sum of RGB (Red+Green+Blue) = 146+195+250=591 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.70% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #92C3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C3FA is #6D3C05. Grayscale: #BABABA. Windows color (decimal): -7158790 or 16434066. OLE color: 16434066.

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

Color convert

RGB 146 195 250 -
CMYK 0.42 0.22 0 0.02
HSL 211.73º 0.91% 0.78% -
HSV(B) 211.73º 0.42% 0.98% -
XYZ 48.62 52.04 97.93 -
YUV 186.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 146 195 250 0.42 0.22 0 0.02 211.73 0.91 0.78
Hex 92 C3 FA 2A 16 0 2 D4 5B 4E
Octal 222 303 372 52 26 0 2 324 133 116
Binary 10010010 11000011 11111010 101010 10110 0 10 11010100 1011011 1001110

Color Harmonies of #92C3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C3FA

Black with #92C3FA

Text Example


Text Example

White with #92C3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,195,250); }

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

background-color css

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

 a { background-color: rgb(146,195,250); }

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

border-color css

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

 span { border-color: rgb(146,195,250); }

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