Html Css Color HEX #92BCFC Light Sky Blue

📋 copy color: '#92BCFC'

red 146 ◦ green 188 ◦ blue 252

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

Shades of Light Sky Blue #92BCFC

Tints of Light Sky Blue #92BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

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

R = 24.91%
G = 32.08%
B = 43%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#92BCFC (or 0x92BCFC) is known color: Light Sky Blue. HEX triplet: 92, BC and FC. RGB value is (146,188,252). Sum of RGB (Red+Green+Blue) = 146+188+252=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #92BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCFC is #6D4303. Grayscale: #B6B6B6. Windows color (decimal): -7160580 or 16563346. OLE color: 16563346.

HSL color Cylindrical-coordinate representation of color #92BCFC: hue angle of 216.23º degrees, saturation: 0.95, 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 #92BCFC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 188 252 -
CMYK 0.42 0.25 0 0.01
HSL 216.23º 0.95% 0.78% -
HSV(B) 216.23º 0.42% 0.99% -
XYZ 47.41 49.11 99.08 -
YUV 182.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 146 188 252 0.42 0.25 0 0.01 216.23 0.95 0.78
Hex 92 BC FC 2A 19 0 1 D8 5F 4E
Octal 222 274 374 52 31 0 1 330 137 116
Binary 10010010 10111100 11111100 101010 11001 0 1 11011000 1011111 1001110

Color Harmonies of #92BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCFC

Black with #92BCFC

Text Example


Text Example

White with #92BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,188,252); }

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

background-color css

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

 a { background-color: rgb(146,188,252); }

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

border-color css

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

 span { border-color: rgb(146,188,252); }

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