Html Css Color HEX #94DBF8 Columbia Blue

📋 copy color: '#94DBF8'

red 148 ◦ green 219 ◦ blue 248

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

Shades of Columbia Blue #94DBF8

Tints of Columbia Blue #94DBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 24.07%
G = 35.61%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94DBF8 (or 0x94DBF8) is known color: Columbia Blue. HEX triplet: 94, DB and F8. RGB value is (148,219,248). Sum of RGB (Red+Green+Blue) = 148+219+248=615 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.07% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #94DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBF8 is #6B2407. Grayscale: #C8C8C8. Windows color (decimal): -7021576 or 16309140. OLE color: 16309140.

HSL color Cylindrical-coordinate representation of color #94DBF8: hue angle of 197.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94DBF8 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 219 248 -
CMYK 0.40 0.12 0 0.03
HSL 197.4º 0.88% 0.78% -
HSV(B) 197.4º 0.4% 0.97% -
XYZ 54.49 63.74 98.24 -
YUV 201.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 148 219 248 0.40 0.12 0 0.03 197.4 0.88 0.78
Hex 94 DB F8 28 C 0 3 C5 58 4E
Octal 224 333 370 50 14 0 3 305 130 116
Binary 10010100 11011011 11111000 101000 1100 0 11 11000101 1011000 1001110

Color Harmonies of #94DBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DBF8

Black with #94DBF8

Text Example


Text Example

White with #94DBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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