Html Css Color HEX #94D5FE Columbia Blue

📋 copy color: '#94D5FE'

red 148 ◦ green 213 ◦ blue 254

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

Shades of Columbia Blue #94D5FE

Tints of Columbia Blue #94D5FE

RGB

 RED value IS 148 (58.2% from 255) = 24.07%

 GREEN value IS 213 (83.59% from 255) = 34.63%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 24.07%
G = 34.63%
B = 41.3%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#94D5FE (or 0x94D5FE) is known color: Columbia Blue. HEX triplet: 94, D5 and FE. RGB value is (148,213,254). Sum of RGB (Red+Green+Blue) = 148+213+254=615 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.07% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #94D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D5FE is #6B2A01. Grayscale: #C6C6C6. Windows color (decimal): -7023106 or 16700820. OLE color: 16700820.

HSL color Cylindrical-coordinate representation of color #94D5FE: hue angle of 203.21º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D5FE is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 213 254 -
CMYK 0.42 0.16 0 0.00
HSL 203.21º 0.98% 0.79% -
HSV(B) 203.21º 0.42% 1% -
XYZ 53.9 61.04 102.71 -
YUV 198.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 148 213 254 0.42 0.16 0 0.00 203.21 0.98 0.79
Hex 94 D5 FE 2A 10 0 0 CB 62 4F
Octal 224 325 376 52 20 0 0 313 142 117
Binary 10010100 11010101 11111110 101010 10000 0 0 11001011 1100010 1001111

Color Harmonies of #94D5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D5FE

Black with #94D5FE

Text Example


Text Example

White with #94D5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D5FE; }

 p { color: rgb(148,213,254); }

 H1.HeaderClassName
 {
   color: #94D5FE;
 }
 .AnyTagClassName
 {
   color: #94D5FE;
 }
</style>

background-color css

<style>
 a { background-color: #94D5FE; }

 a { background-color: rgb(148,213,254); }

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

border-color css

<style>
 span { border-color: #94D5FE; }

 span { border-color: rgb(148,213,254); }

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