Html Css Color HEX #94D0DA Regent St Blue

📋 copy color: '#94D0DA'

red 148 ◦ green 208 ◦ blue 218

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

Shades of Regent St Blue #94D0DA

Tints of Regent St Blue #94D0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.24%

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

R = 25.78%
G = 36.24%
B = 37.98%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94D0DA (or 0x94D0DA) is known color: Regent St Blue. HEX triplet: 94, D0 and DA. RGB value is (148,208,218). Sum of RGB (Red+Green+Blue) = 148+208+218=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #94D0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0DA is #6B2F25. Grayscale: #BFBFBF. Windows color (decimal): -7024422 or 14340244. OLE color: 14340244.

HSL color Cylindrical-coordinate representation of color #94D0DA: hue angle of 188.57º 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 #94D0DA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 208 218 -
CMYK 0.32 0.05 0 0.15
HSL 188.57º 0.49% 0.72% -
HSV(B) 188.57º 0.32% 0.85% -
XYZ 47.42 56.47 74.73 -
YUV 191.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 148 208 218 0.32 0.05 0 0.15 188.57 0.49 0.72
Hex 94 D0 DA 20 5 0 F BD 31 48
Octal 224 320 332 40 5 0 17 275 61 110
Binary 10010100 11010000 11011010 100000 101 0 1111 10111101 110001 1001000

Color Harmonies of #94D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D0DA

Black with #94D0DA

Text Example


Text Example

White with #94D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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