Html Css Color HEX #94C5DA Regent St Blue

📋 copy color: '#94C5DA'

red 148 ◦ green 197 ◦ blue 218

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

Shades of Regent St Blue #94C5DA

Tints of Regent St Blue #94C5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 26.29%
G = 34.99%
B = 38.72%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94C5DA (or 0x94C5DA) is known color: Regent St Blue. HEX triplet: 94, C5 and DA. RGB value is (148,197,218). Sum of RGB (Red+Green+Blue) = 148+197+218=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #94C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5DA is #6B3A25. Grayscale: #B8B8B8. Windows color (decimal): -7027238 or 14337428. OLE color: 14337428.

HSL color Cylindrical-coordinate representation of color #94C5DA: hue angle of 198º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94C5DA is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 197 218 -
CMYK 0.32 0.10 0 0.15
HSL 198º 0.49% 0.72% -
HSV(B) 198º 0.32% 0.85% -
XYZ 44.83 51.29 73.87 -
YUV 184.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 148 197 218 0.32 0.10 0 0.15 198 0.49 0.72
Hex 94 C5 DA 20 A 0 F C6 31 48
Octal 224 305 332 40 12 0 17 306 61 110
Binary 10010100 11000101 11011010 100000 1010 0 1111 11000110 110001 1001000

Color Harmonies of #94C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5DA

Black with #94C5DA

Text Example


Text Example

White with #94C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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