Html Css Color HEX #90E5FD Columbia Blue

📋 copy color: '#90E5FD'

red 144 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #90E5FD

Tints of Columbia Blue #90E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.58%

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 23%
G = 36.58%
B = 40.42%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90E5FD (or 0x90E5FD) is known color: Columbia Blue. HEX triplet: 90, E5 and FD. RGB value is (144,229,253). Sum of RGB (Red+Green+Blue) = 144+229+253=626 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.00% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #90E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E5FD is #6F1A02. Grayscale: #CECECE. Windows color (decimal): -7281155 or 16639376. OLE color: 16639376.

HSL color Cylindrical-coordinate representation of color #90E5FD: hue angle of 193.21º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90E5FD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 229 253 -
CMYK 0.43 0.09 0 0.01
HSL 193.21º 0.96% 0.78% -
HSV(B) 193.21º 0.43% 0.99% -
XYZ 57.25 69.06 103.24 -
YUV 206.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 144 229 253 0.43 0.09 0 0.01 193.21 0.96 0.78
Hex 90 E5 FD 2B 9 0 1 C1 60 4E
Octal 220 345 375 53 11 0 1 301 140 116
Binary 10010000 11100101 11111101 101011 1001 0 1 11000001 1100000 1001110

Color Harmonies of #90E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E5FD

Black with #90E5FD

Text Example


Text Example

White with #90E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,229,253); }

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

background-color css

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

 a { background-color: rgb(144,229,253); }

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

border-color css

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

 span { border-color: rgb(144,229,253); }

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