Html Css Color HEX #90E6FA Columbia Blue

📋 copy color: '#90E6FA'

red 144 ◦ green 230 ◦ blue 250

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

Shades of Columbia Blue #90E6FA

Tints of Columbia Blue #90E6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.86%

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 23.08%
G = 36.86%
B = 40.06%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90E6FA (or 0x90E6FA) is known color: Columbia Blue. HEX triplet: 90, E6 and FA. RGB value is (144,230,250). Sum of RGB (Red+Green+Blue) = 144+230+250=624 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.08% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #90E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6FA is #6F1905. Grayscale: #CECECE. Windows color (decimal): -7280902 or 16443024. OLE color: 16443024.

HSL color Cylindrical-coordinate representation of color #90E6FA: hue angle of 191.32º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90E6FA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 230 250 -
CMYK 0.42 0.08 0 0.02
HSL 191.32º 0.91% 0.77% -
HSV(B) 191.32º 0.42% 0.98% -
XYZ 57.05 69.43 100.84 -
YUV 206.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 144 230 250 0.42 0.08 0 0.02 191.32 0.91 0.77
Hex 90 E6 FA 2A 8 0 2 BF 5B 4D
Octal 220 346 372 52 10 0 2 277 133 115
Binary 10010000 11100110 11111010 101010 1000 0 10 10111111 1011011 1001101

Color Harmonies of #90E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E6FA

Black with #90E6FA

Text Example


Text Example

White with #90E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,230,250); }

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

background-color css

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

 a { background-color: rgb(144,230,250); }

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

border-color css

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

 span { border-color: rgb(144,230,250); }

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