Html Css Color HEX #99CADA Regent St Blue

📋 copy color: '#99CADA'

red 153 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #99CADA

Tints of Regent St Blue #99CADA

RGB

 RED value IS 153 (60.16% from 255) = 26.7%

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

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

R = 26.7%
G = 35.25%
B = 38.05%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99CADA (or 0x99CADA) is known color: Regent St Blue. HEX triplet: 99, CA and DA. RGB value is (153,202,218). Sum of RGB (Red+Green+Blue) = 153+202+218=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 202 (79.30% from 255 or 35.25% 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 #99CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CADA is #663525. Grayscale: #BDBDBD. Windows color (decimal): -6698278 or 14338713. OLE color: 14338713.

HSL color Cylindrical-coordinate representation of color #99CADA: hue angle of 194.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CADA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 202 218 -
CMYK 0.30 0.07 0 0.15
HSL 194.77º 0.47% 0.73% -
HSV(B) 194.77º 0.3% 0.85% -
XYZ 46.91 54.08 74.29 -
YUV 189.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 153 202 218 0.30 0.07 0 0.15 194.77 0.47 0.73
Hex 99 CA DA 1E 7 0 F C3 2F 49
Octal 231 312 332 36 7 0 17 303 57 111
Binary 10011001 11001010 11011010 11110 111 0 1111 11000011 101111 1001001

Color Harmonies of #99CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CADA

Black with #99CADA

Text Example


Text Example

White with #99CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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