Html Css Color HEX #94DAFE Columbia Blue

📋 copy color: '#94DAFE'

red 148 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #94DAFE

Tints of Columbia Blue #94DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.16%

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

R = 23.87%
G = 35.16%
B = 40.97%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#94DAFE (or 0x94DAFE) is known color: Columbia Blue. HEX triplet: 94, DA and FE. RGB value is (148,218,254). Sum of RGB (Red+Green+Blue) = 148+218+254=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #94DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAFE is #6B2501. Grayscale: #C8C8C8. Windows color (decimal): -7021826 or 16702100. OLE color: 16702100.

HSL color Cylindrical-coordinate representation of color #94DAFE: hue angle of 200.38º 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 #94DAFE is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 218 254 -
CMYK 0.42 0.14 0 0.00
HSL 200.38º 0.98% 0.79% -
HSV(B) 200.38º 0.42% 1% -
XYZ 55.17 63.59 103.13 -
YUV 201.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 148 218 254 0.42 0.14 0 0.00 200.38 0.98 0.79
Hex 94 DA FE 2A E 0 0 C8 62 4F
Octal 224 332 376 52 16 0 0 310 142 117
Binary 10010100 11011010 11111110 101010 1110 0 0 11001000 1100010 1001111

Color Harmonies of #94DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DAFE

Black with #94DAFE

Text Example


Text Example

White with #94DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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