Html Css Color HEX #B3CFD3 Regent St Blue

📋 copy color: '#B3CFD3'

red 179 ◦ green 207 ◦ blue 211

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

Shades of Regent St Blue #B3CFD3

Tints of Regent St Blue #B3CFD3

RGB

 RED value IS 179 (70.31% from 255) = 29.98%

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

 BLUE value IS 211 (82.81% from 255) = 35.34%

R = 29.98%
G = 34.67%
B = 35.34%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B3CFD3 (or 0xB3CFD3) is known color: Regent St Blue. HEX triplet: B3, CF and D3. RGB value is (179,207,211). Sum of RGB (Red+Green+Blue) = 179+207+211=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #B3CFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFD3 is #4C302C. Grayscale: #C7C7C7. Windows color (decimal): -4993069 or 13881267. OLE color: 13881267.

HSL color Cylindrical-coordinate representation of color #B3CFD3: hue angle of 187.5º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3CFD3 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 207 211 -
CMYK 0.15 0.02 0 0.17
HSL 187.5º 0.27% 0.76% -
HSV(B) 187.5º 0.15% 0.83% -
XYZ 52.66 58.91 70.22 -
YUV 199.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 179 207 211 0.15 0.02 0 0.17 187.5 0.27 0.76
Hex B3 CF D3 F 2 0 11 BC 1B 4C
Octal 263 317 323 17 2 0 21 274 33 114
Binary 10110011 11001111 11010011 1111 10 0 10001 10111100 11011 1001100

Color Harmonies of #B3CFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFD3

Black with #B3CFD3

Text Example


Text Example

White with #B3CFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFD3; }

 p { color: rgb(179,207,211); }

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

background-color css

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

 a { background-color: rgb(179,207,211); }

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

border-color css

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

 span { border-color: rgb(179,207,211); }

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