Html Css Color HEX #90BCF4 Light Sky Blue

📋 copy color: '#90BCF4'

red 144 ◦ green 188 ◦ blue 244

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

Shades of Light Sky Blue #90BCF4

Tints of Light Sky Blue #90BCF4

RGB

 RED value IS 144 (56.64% from 255) = 25%

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

 BLUE value IS 244 (95.7% from 255) = 42.36%

R = 25%
G = 32.64%
B = 42.36%

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

#90BCF4 (or 0x90BCF4) is known color: Light Sky Blue. HEX triplet: 90, BC and F4. RGB value is (144,188,244). Sum of RGB (Red+Green+Blue) = 144+188+244=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #90BCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCF4 is #6F430B. Grayscale: #B4B4B4. Windows color (decimal): -7291660 or 16039056. OLE color: 16039056.

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

Color convert

RGB 144 188 244 -
CMYK 0.41 0.23 0 0.04
HSL 213.6º 0.82% 0.76% -
HSV(B) 213.6º 0.41% 0.96% -
XYZ 45.81 48.43 92.52 -
YUV 181.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 144 188 244 0.41 0.23 0 0.04 213.6 0.82 0.76
Hex 90 BC F4 29 17 0 4 D6 52 4C
Octal 220 274 364 51 27 0 4 326 122 114
Binary 10010000 10111100 11110100 101001 10111 0 100 11010110 1010010 1001100

Color Harmonies of #90BCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCF4

Black with #90BCF4

Text Example


Text Example

White with #90BCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BCF4; }

 p { color: rgb(144,188,244); }

 H1.HeaderClassName
 {
   color: #90BCF4;
 }
 .AnyTagClassName
 {
   color: #90BCF4;
 }
</style>

background-color css

<style>
 a { background-color: #90BCF4; }

 a { background-color: rgb(144,188,244); }

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

border-color css

<style>
 span { border-color: #90BCF4; }

 span { border-color: rgb(144,188,244); }

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