Html Css Color HEX #90E2FC Columbia Blue

📋 copy color: '#90E2FC'

red 144 ◦ green 226 ◦ blue 252

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

Shades of Columbia Blue #90E2FC

Tints of Columbia Blue #90E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.33%

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 23.15%
G = 36.33%
B = 40.51%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90E2FC (or 0x90E2FC) is known color: Columbia Blue. HEX triplet: 90, E2 and FC. RGB value is (144,226,252). Sum of RGB (Red+Green+Blue) = 144+226+252=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #90E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E2FC is #6F1D03. Grayscale: #CCCCCC. Windows color (decimal): -7281924 or 16573072. OLE color: 16573072.

HSL color Cylindrical-coordinate representation of color #90E2FC: hue angle of 194.44º degrees, saturation: 0.95, 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 #90E2FC is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 226 252 -
CMYK 0.43 0.10 0 0.01
HSL 194.44º 0.95% 0.78% -
HSV(B) 194.44º 0.43% 0.99% -
XYZ 56.27 67.35 102.13 -
YUV 204.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 144 226 252 0.43 0.10 0 0.01 194.44 0.95 0.78
Hex 90 E2 FC 2B A 0 1 C2 5F 4E
Octal 220 342 374 53 12 0 1 302 137 116
Binary 10010000 11100010 11111100 101011 1010 0 1 11000010 1011111 1001110

Color Harmonies of #90E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E2FC

Black with #90E2FC

Text Example


Text Example

White with #90E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,226,252); }

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

background-color css

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

 a { background-color: rgb(144,226,252); }

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

border-color css

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

 span { border-color: rgb(144,226,252); }

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