Html Css Color HEX #93CADA Regent St Blue

📋 copy color: '#93CADA'

red 147 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #93CADA

Tints of Regent St Blue #93CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.63%

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

R = 25.93%
G = 35.63%
B = 38.45%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93CADA (or 0x93CADA) is known color: Regent St Blue. HEX triplet: 93, CA and DA. RGB value is (147,202,218). Sum of RGB (Red+Green+Blue) = 147+202+218=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #93CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CADA is #6C3525. Grayscale: #BBBBBB. Windows color (decimal): -7091494 or 14338707. OLE color: 14338707.

HSL color Cylindrical-coordinate representation of color #93CADA: hue angle of 193.52º 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 #93CADA is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 202 218 -
CMYK 0.33 0.07 0 0.15
HSL 193.52º 0.49% 0.72% -
HSV(B) 193.52º 0.33% 0.85% -
XYZ 45.81 53.51 74.24 -
YUV 187.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 147 202 218 0.33 0.07 0 0.15 193.52 0.49 0.72
Hex 93 CA DA 21 7 0 F C2 31 48
Octal 223 312 332 41 7 0 17 302 61 110
Binary 10010011 11001010 11011010 100001 111 0 1111 11000010 110001 1001000

Color Harmonies of #93CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CADA

Black with #93CADA

Text Example


Text Example

White with #93CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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