Html Css Color HEX #94D8F8 Columbia Blue

📋 copy color: '#94D8F8'

red 148 ◦ green 216 ◦ blue 248

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

Shades of Columbia Blue #94D8F8

Tints of Columbia Blue #94D8F8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.29%

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

R = 24.18%
G = 35.29%
B = 40.52%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94D8F8 (or 0x94D8F8) is known color: Columbia Blue. HEX triplet: 94, D8 and F8. RGB value is (148,216,248). Sum of RGB (Red+Green+Blue) = 148+216+248=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #94D8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D8F8 is #6B2707. Grayscale: #C7C7C7. Windows color (decimal): -7022344 or 16308372. OLE color: 16308372.

HSL color Cylindrical-coordinate representation of color #94D8F8: hue angle of 199.2º 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 #94D8F8 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 216 248 -
CMYK 0.40 0.13 0 0.03
HSL 199.2º 0.88% 0.78% -
HSV(B) 199.2º 0.4% 0.97% -
XYZ 53.71 62.18 97.98 -
YUV 199.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 148 216 248 0.40 0.13 0 0.03 199.2 0.88 0.78
Hex 94 D8 F8 28 D 0 3 C7 58 4E
Octal 224 330 370 50 15 0 3 307 130 116
Binary 10010100 11011000 11111000 101000 1101 0 11 11000111 1011000 1001110

Color Harmonies of #94D8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D8F8

Black with #94D8F8

Text Example


Text Example

White with #94D8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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