Html Css Color HEX #90CBF8 Light Sky Blue

📋 copy color: '#90CBF8'

red 144 ◦ green 203 ◦ blue 248

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

Shades of Light Sky Blue #90CBF8

Tints of Light Sky Blue #90CBF8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

 BLUE value IS 248 (97.27% from 255) = 41.68%

R = 24.2%
G = 34.12%
B = 41.68%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#90CBF8 (or 0x90CBF8) is known color: Light Sky Blue. HEX triplet: 90, CB and F8. RGB value is (144,203,248). Sum of RGB (Red+Green+Blue) = 144+203+248=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #90CBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CBF8 is #6F3407. Grayscale: #BEBEBE. Windows color (decimal): -7287816 or 16305040. OLE color: 16305040.

HSL color Cylindrical-coordinate representation of color #90CBF8: hue angle of 205.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90CBF8 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 203 248 -
CMYK 0.42 0.18 0 0.03
HSL 205.96º 0.88% 0.77% -
HSV(B) 205.96º 0.42% 0.97% -
XYZ 49.8 55.42 96.88 -
YUV 190.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 144 203 248 0.42 0.18 0 0.03 205.96 0.88 0.77
Hex 90 CB F8 2A 12 0 3 CE 58 4D
Octal 220 313 370 52 22 0 3 316 130 115
Binary 10010000 11001011 11111000 101010 10010 0 11 11001110 1011000 1001101

Color Harmonies of #90CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CBF8

Black with #90CBF8

Text Example


Text Example

White with #90CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,203,248); }

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

background-color css

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

 a { background-color: rgb(144,203,248); }

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

border-color css

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

 span { border-color: rgb(144,203,248); }

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