Html Css Color HEX #94D0DD Regent St Blue

📋 copy color: '#94D0DD'

red 148 ◦ green 208 ◦ blue 221

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

Shades of Regent St Blue #94D0DD

Tints of Regent St Blue #94D0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 25.65%
G = 36.05%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94D0DD (or 0x94D0DD) is known color: Regent St Blue. HEX triplet: 94, D0 and DD. RGB value is (148,208,221). Sum of RGB (Red+Green+Blue) = 148+208+221=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #94D0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0DD is #6B2F22. Grayscale: #BFBFBF. Windows color (decimal): -7024419 or 14536852. OLE color: 14536852.

HSL color Cylindrical-coordinate representation of color #94D0DD: hue angle of 190.68º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D0DD is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 208 221 -
CMYK 0.33 0.06 0 0.13
HSL 190.68º 0.52% 0.72% -
HSV(B) 190.68º 0.33% 0.87% -
XYZ 47.82 56.63 76.82 -
YUV 191.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 148 208 221 0.33 0.06 0 0.13 190.68 0.52 0.72
Hex 94 D0 DD 21 6 0 D BF 34 48
Octal 224 320 335 41 6 0 15 277 64 110
Binary 10010100 11010000 11011101 100001 110 0 1101 10111111 110100 1001000

Color Harmonies of #94D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D0DD

Black with #94D0DD

Text Example


Text Example

White with #94D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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