Html Css Color HEX #94CFDA Regent St Blue

📋 copy color: '#94CFDA'

red 148 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #94CFDA

Tints of Regent St Blue #94CFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.13%

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

R = 25.83%
G = 36.13%
B = 38.05%

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

#94CFDA (or 0x94CFDA) is known color: Regent St Blue. HEX triplet: 94, CF and DA. RGB value is (148,207,218). Sum of RGB (Red+Green+Blue) = 148+207+218=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #94CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFDA is #6B3025. Grayscale: #BEBEBE. Windows color (decimal): -7024678 or 14339988. OLE color: 14339988.

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

Color convert

RGB 148 207 218 -
CMYK 0.32 0.05 0 0.15
HSL 189.43º 0.49% 0.72% -
HSV(B) 189.43º 0.32% 0.85% -
XYZ 47.18 55.98 74.65 -
YUV 190.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 148 207 218 0.32 0.05 0 0.15 189.43 0.49 0.72
Hex 94 CF DA 20 5 0 F BD 31 48
Octal 224 317 332 40 5 0 17 275 61 110
Binary 10010100 11001111 11011010 100000 101 0 1111 10111101 110001 1001000

Color Harmonies of #94CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CFDA

Black with #94CFDA

Text Example


Text Example

White with #94CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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