Html Css Color HEX #92BDF6 Light Sky Blue

📋 copy color: '#92BDF6'

red 146 ◦ green 189 ◦ blue 246

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

Shades of Light Sky Blue #92BDF6

Tints of Light Sky Blue #92BDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.53%

 BLUE value IS 246 (96.48% from 255) = 42.34%

R = 25.13%
G = 32.53%
B = 42.34%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#92BDF6 (or 0x92BDF6) is known color: Light Sky Blue. HEX triplet: 92, BD and F6. RGB value is (146,189,246). Sum of RGB (Red+Green+Blue) = 146+189+246=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #92BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDF6 is #6D4209. Grayscale: #B6B6B6. Windows color (decimal): -7160330 or 16170386. OLE color: 16170386.

HSL color Cylindrical-coordinate representation of color #92BDF6: hue angle of 214.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92BDF6 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 189 246 -
CMYK 0.41 0.23 0 0.04
HSL 214.2º 0.85% 0.77% -
HSV(B) 214.2º 0.41% 0.96% -
XYZ 46.69 49.16 94.22 -
YUV 182.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 146 189 246 0.41 0.23 0 0.04 214.2 0.85 0.77
Hex 92 BD F6 29 17 0 4 D6 55 4D
Octal 222 275 366 51 27 0 4 326 125 115
Binary 10010010 10111101 11110110 101001 10111 0 100 11010110 1010101 1001101

Color Harmonies of #92BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDF6

Black with #92BDF6

Text Example


Text Example

White with #92BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,189,246); }

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

background-color css

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

 a { background-color: rgb(146,189,246); }

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

border-color css

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

 span { border-color: rgb(146,189,246); }

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