Html Css Color HEX #92BCFF Light Sky Blue

📋 copy color: '#92BCFF'

red 146 ◦ green 188 ◦ blue 255

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

Shades of Light Sky Blue #92BCFF

Tints of Light Sky Blue #92BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.29%

R = 24.79%
G = 31.92%
B = 43.29%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#92BCFF (or 0x92BCFF) is known color: Light Sky Blue. HEX triplet: 92, BC and FF. RGB value is (146,188,255). Sum of RGB (Red+Green+Blue) = 146+188+255=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #92BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCFF is #6D4300. Grayscale: #B6B6B6. Windows color (decimal): -7160577 or 16759954. OLE color: 16759954.

HSL color Cylindrical-coordinate representation of color #92BCFF: hue angle of 216.88º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92BCFF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 146 188 255 -
CMYK 0.43 0.26 0 0
HSL 216.88º 1% 0.79% -
HSV(B) 216.88º 0.43% 1% -
XYZ 47.89 49.3 101.6 -
YUV 183.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 146 188 255 0.43 0.26 0 0 216.88 1 0.79
Hex 92 BC FF 2B 1A 0 0 D9 64 4F
Octal 222 274 377 53 32 0 0 331 144 117
Binary 10010010 10111100 11111111 101011 11010 0 0 11011001 1100100 1001111

Color Harmonies of #92BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCFF

Black with #92BCFF

Text Example


Text Example

White with #92BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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