Html Css Color HEX #94DBFE Columbia Blue

📋 copy color: '#94DBFE'

red 148 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #94DBFE

Tints of Columbia Blue #94DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

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

R = 23.83%
G = 35.27%
B = 40.9%

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

#94DBFE (or 0x94DBFE) is known color: Columbia Blue. HEX triplet: 94, DB and FE. RGB value is (148,219,254). Sum of RGB (Red+Green+Blue) = 148+219+254=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #94DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBFE is #6B2401. Grayscale: #C9C9C9. Windows color (decimal): -7021570 or 16702356. OLE color: 16702356.

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

Color convert

RGB 148 219 254 -
CMYK 0.42 0.14 0 0.00
HSL 199.81º 0.98% 0.79% -
HSV(B) 199.81º 0.42% 1% -
XYZ 55.43 64.11 103.22 -
YUV 201.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 148 219 254 0.42 0.14 0 0.00 199.81 0.98 0.79
Hex 94 DB FE 2A E 0 0 C8 62 4F
Octal 224 333 376 52 16 0 0 310 142 117
Binary 10010100 11011011 11111110 101010 1110 0 0 11001000 1100010 1001111

Color Harmonies of #94DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DBFE

Black with #94DBFE

Text Example


Text Example

White with #94DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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