Html Css Color HEX #93CFDA Regent St Blue

📋 copy color: '#93CFDA'

red 147 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #93CFDA

Tints of Regent St Blue #93CFDA

RGB

 RED value IS 147 (57.81% from 255) = 25.7%

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

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

R = 25.7%
G = 36.19%
B = 38.11%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93CFDA (or 0x93CFDA) is known color: Regent St Blue. HEX triplet: 93, CF and DA. RGB value is (147,207,218). Sum of RGB (Red+Green+Blue) = 147+207+218=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #93CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFDA is #6C3025. Grayscale: #BEBEBE. Windows color (decimal): -7090214 or 14339987. OLE color: 14339987.

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

Color convert

RGB 147 207 218 -
CMYK 0.33 0.05 0 0.15
HSL 189.3º 0.49% 0.72% -
HSV(B) 189.3º 0.33% 0.85% -
XYZ 47 55.89 74.64 -
YUV 190.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 147 207 218 0.33 0.05 0 0.15 189.3 0.49 0.72
Hex 93 CF DA 21 5 0 F BD 31 48
Octal 223 317 332 41 5 0 17 275 61 110
Binary 10010011 11001111 11011010 100001 101 0 1111 10111101 110001 1001000

Color Harmonies of #93CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CFDA

Black with #93CFDA

Text Example


Text Example

White with #93CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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