Html Css Color HEX #92C2FA Light Sky Blue

📋 copy color: '#92C2FA'

red 146 ◦ green 194 ◦ blue 250

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

Shades of Light Sky Blue #92C2FA

Tints of Light Sky Blue #92C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

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

R = 24.75%
G = 32.88%
B = 42.37%

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

#92C2FA (or 0x92C2FA) is known color: Light Sky Blue. HEX triplet: 92, C2 and FA. RGB value is (146,194,250). Sum of RGB (Red+Green+Blue) = 146+194+250=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #92C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C2FA is #6D3D05. Grayscale: #B9B9B9. Windows color (decimal): -7159046 or 16433810. OLE color: 16433810.

HSL color Cylindrical-coordinate representation of color #92C2FA: hue angle of 212.31º 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 #92C2FA is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 194 250 -
CMYK 0.42 0.22 0 0.02
HSL 212.31º 0.91% 0.78% -
HSV(B) 212.31º 0.42% 0.98% -
XYZ 48.4 51.6 97.85 -
YUV 186.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 146 194 250 0.42 0.22 0 0.02 212.31 0.91 0.78
Hex 92 C2 FA 2A 16 0 2 D4 5B 4E
Octal 222 302 372 52 26 0 2 324 133 116
Binary 10010010 11000010 11111010 101010 10110 0 10 11010100 1011011 1001110

Color Harmonies of #92C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C2FA

Black with #92C2FA

Text Example


Text Example

White with #92C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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