Html Css Color HEX #90EBFC Columbia Blue

📋 copy color: '#90EBFC'

red 144 ◦ green 235 ◦ blue 252

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

Shades of Columbia Blue #90EBFC

Tints of Columbia Blue #90EBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.24%

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

R = 22.82%
G = 37.24%
B = 39.94%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90EBFC (or 0x90EBFC) is known color: Columbia Blue. HEX triplet: 90, EB and FC. RGB value is (144,235,252). Sum of RGB (Red+Green+Blue) = 144+235+252=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #90EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBFC is #6F1403. Grayscale: #D1D1D1. Windows color (decimal): -7279620 or 16575376. OLE color: 16575376.

HSL color Cylindrical-coordinate representation of color #90EBFC: hue angle of 189.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 #90EBFC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 235 252 -
CMYK 0.43 0.07 0 0.01
HSL 189.44º 0.95% 0.78% -
HSV(B) 189.44º 0.43% 0.99% -
XYZ 58.78 72.37 102.97 -
YUV 209.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 144 235 252 0.43 0.07 0 0.01 189.44 0.95 0.78
Hex 90 EB FC 2B 7 0 1 BD 5F 4E
Octal 220 353 374 53 7 0 1 275 137 116
Binary 10010000 11101011 11111100 101011 111 0 1 10111101 1011111 1001110

Color Harmonies of #90EBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBFC

Black with #90EBFC

Text Example


Text Example

White with #90EBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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