Html Css Color HEX #94DCFC Columbia Blue

📋 copy color: '#94DCFC'

red 148 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #94DCFC

Tints of Columbia Blue #94DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.48%

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 23.87%
G = 35.48%
B = 40.65%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94DCFC (or 0x94DCFC) is known color: Columbia Blue. HEX triplet: 94, DC and FC. RGB value is (148,220,252). Sum of RGB (Red+Green+Blue) = 148+220+252=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #94DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCFC is #6B2303. Grayscale: #C9C9C9. Windows color (decimal): -7021316 or 16571540. OLE color: 16571540.

HSL color Cylindrical-coordinate representation of color #94DCFC: hue angle of 198.46º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94DCFC is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 220 252 -
CMYK 0.41 0.13 0 0.01
HSL 198.46º 0.95% 0.78% -
HSV(B) 198.46º 0.41% 0.99% -
XYZ 55.38 64.51 101.63 -
YUV 202.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 148 220 252 0.41 0.13 0 0.01 198.46 0.95 0.78
Hex 94 DC FC 29 D 0 1 C6 5F 4E
Octal 224 334 374 51 15 0 1 306 137 116
Binary 10010100 11011100 11111100 101001 1101 0 1 11000110 1011111 1001110

Color Harmonies of #94DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DCFC

Black with #94DCFC

Text Example


Text Example

White with #94DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,220,252); }

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

background-color css

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

 a { background-color: rgb(148,220,252); }

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

border-color css

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

 span { border-color: rgb(148,220,252); }

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